FVector4Assign(FVector4, Single, Single, Single, 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 x,
float y,
float z,
float w
)
Public Shared Sub Assign (
vector As FVector4,
x As Single,
y As Single,
z As Single,
w 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.
- x Single
-
X value to assign.
- y Single
-
Y value to assign.
- z Single
-
Z value to assign.
- w Single
-
W value to assign.