Struct FVector4
FVector4 structure
A float vector with four components.
Constructors
Name | Description |
---|
FVector4(Vector3) | Initializes a new instance of the FVector4 . |
FVector4(Vector4) | Initializes a new instance of the FVector4 . |
FVector4(Vector3, float) | Initializes a new instance of the FVector4 . |
FVector4(float, float, float) | Initializes a new instance of the FVector4 . |
FVector4(float, float, float, float) | Initializes a new instance of the FVector4 . |
Methods
Fields
Name | Description |
---|
W | The w component. |
X | The x component. |
Y | The y component. |
Z | The z component. |
See Also