FVector4Assign(FVector4, 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 value
)

Parameters

vector  FVector4
Reference to the vector to be populated.
value  Single
Value to assign.

See Also