FVector3Assign(FVector3, 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(
	FVector3 vector,
	float x,
	float y,
	float z
)

Parameters

vector  FVector3
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.

See Also