FVector4(Single, Single, Single, Single) Constructor
Create a new instance of the FVector4 item.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public FVector4(
float x,
float y,
float z,
float w
)
Public Sub New (
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
- x Single
-
X magnitude.
- y Single
-
Y magnitude.
- z Single
-
Z magnitude.
- w Single
-
W magnitude.