FVector3GetArray Method

Return an array of values representing the member axes of the provided item.

Definition

Namespace: Geometry
Assembly: Geometry (in Geometry.dll) Version: 25.2613.4238
C#
public static float[] GetArray(
	FVector3 vector
)

Parameters

vector  FVector3
Reference to the vector whose values will be converted.

Return Value

Single
Reference to a new array of values representing those in the provided vector, if found. Otherwise, an empty array.

See Also