FVector3(FVector3) Constructor

Create a new instance of the FVector3 Item.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public FVector3(
	FVector3 vector
)

Parameters

vector  FVector3
Reference to a vector whose values will be copied.

See Also