FVector4(FVector4) Constructor

Create a new instance of the FVector4 item.

Definition

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

Parameters

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

See Also