FVector4Clone Method

Return a deep clone of the caller's vector.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public static FVector4 Clone(
	FVector4 vector
)

Parameters

vector  FVector4
Reference to the vector to clone.

Return Value

FVector4
Reference to the deep clone of the caller's value, if eligible. Otherwise, a blank FVector3.

See Also