FVector4SetArray Method

Set the specified vector's values from the contents of the provided array.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static void SetArray(
	FVector4 vector,
	float[] values
)

Parameters

vector  FVector4
Reference to the vector whose values will be converted.
values  Single
Reference to an array of values to transfer to the properties of the vector.

See Also