FVector4GetArray Method
            Return an array of values representing the member axes of the provided
            item.
            
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.3011.3729
public static float[] GetArray(
	FVector4 vector
)
Public Shared Function GetArray ( 
	vector As FVector4
) As Single()
No code example is currently available or this language may not be supported.
- vector  FVector4
- 
            Reference to the vector whose values will be converted.
            
Single
            Reference to a new array of values representing those in the provided
            vector, if found. Otherwise, an empty array.