FQuaternionToPitchRollYaw Method

Return a vector where the values represent the Euler rotations of the caller's quaternion.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FVector3 ToPitchRollYaw(
	FQuaternion quaternion
)

Parameters

quaternion  FQuaternion
Reference to the quaternion to convert.

Return Value

FVector3
Reference to a newly created vector containing Euler rotations, if valid (XYZ order).

See Also