FVector4Assign(FVector4, Single) Method
Set the value of the vector.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public static void Assign(
FVector4 vector,
float[] values
)
Public Shared Sub Assign (
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 to be populated.
- values Single
-
Array of values to assign.