FRotation3   Conversion (FVector3 to FRotation3)

Cast the FVector3 instance to a FRotation3.

Definition

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

Parameters

value  FVector3
Reference to the 3D vector to convert.

Return Value

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

See Also