FVector4SetArray Method
            Set the specified vector's values from the contents of the provided
            array.
            
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.3011.3729
public static void SetArray(
	FVector4 vector,
	float[] values
)
Public Shared Sub SetArray ( 
	vector As FVector4,
	values As Single()
)
No code example is currently available or this language may not be supported.
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.