FRotation3 Conversion (FRotation3 to FVector3)
Cast the FRotation3 instance to a FVector3.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2820.4317
public static implicit operator FVector3 (
FRotation3 value
)
Public Shared Widening Operator CType (
value As FRotation3
) As FVector3
No code example is currently available or this language may not be supported.
- value FRotation3
-
Reference to the 3D rotation to convert.
FVector3
Reference to the newly created 3D copy of the caller's 3D rotation, if
valid. Otherwise, an empty vector.