FRotation3   Conversion (FRotation3 to FVector3)

Cast the FRotation3 instance to a FVector3.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2820.4317
C#
public static implicit operator FVector3 (
	FRotation3 value
)

Parameters

value  FRotation3
Reference to the 3D rotation to convert.

Return Value

FVector3
Reference to the newly created 3D copy of the caller's 3D rotation, if valid. Otherwise, an empty vector.

See Also