FVector3GetArray Method
Return an array of values representing the member axes of the provided
item.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2613.4238
public static float[] GetArray(
FVector3 vector
)
Public Shared Function GetArray (
vector As FVector3
) As Single()
No code example is currently available or this language may not be supported.
- vector FVector3
-
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.