FVector2(FVector2) Constructor

Create a new Instance of the FVector2 Item.

Definition

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

Parameters

source  FVector2
Reference to an instance of an FVector2 to use for reference values.

See Also