FQuaternionToPitchRollYaw Method
Return a vector where the values represent the Euler rotations of the
caller's quaternion.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FVector3 ToPitchRollYaw(
FQuaternion quaternion
)
Public Shared Function ToPitchRollYaw (
quaternion As FQuaternion
) As FVector3
No code example is currently available or this language may not be supported.
- quaternion FQuaternion
-
Reference to the quaternion to convert.
FVector3
Reference to a newly created vector containing Euler rotations, if
valid (XYZ order).