FRotation3Clone(FRotation3) Method
Return a memberwise clone of the provided rotation.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static FRotation3 Clone(
FRotation3 rotation
)
Public Shared Function Clone (
rotation As FRotation3
) As FRotation3
No code example is currently available or this language may not be supported.
- rotation FRotation3
-
Reference to the source rotation to be cloned.
FRotation3
Reference to a new FRotation3 instance where the primitive member
values are the same as those in the source, if a legitimate source was
provided. Otherwise, an empty FRotation3.