FVector2Clone Method

Return a memberwise clone of the provided vector.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static FVector2 Clone(
	FVector2 source
)

Parameters

source  FVector2
Reference to the source vector to be cloned.

Return Value

FVector2
Reference to a new FVector2 instance where the primitive member values are the same as those in the source, if a legitimate source was provided. Otherwise, an empty FVector2.

See Also