FVector4(Single, Single, Single, Single) Constructor

Create a new instance of the FVector4 item.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2414.4032
C#
public FVector4(
	float x,
	float y,
	float z,
	float w
)

Parameters

x  Single
X magnitude.
y  Single
Y magnitude.
z  Single
Z magnitude.
w  Single
W magnitude.

See Also