FRotation3Clone(FVector3) Method

Return a memberwise clone of the provided rotation.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FRotation3 Clone(
	FVector3 vector
)

Parameters

vector  FVector3
Reference to the source vector to be cloned.

Return Value

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.

See Also