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