FVector4Assign(FVector4, Single, Single, Single, Single) Method

Set the value of the vector.

Definition

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

Parameters

vector  FVector4
Reference to the vector to be populated.
x  Single
X value to assign.
y  Single
Y value to assign.
z  Single
Z value to assign.
w  Single
W value to assign.

See Also