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