FVector4
Contents
[
Hide
]FVector4 class
A float vector with four components.
Properties
| Name | Description |
|---|---|
| x | The x component. |
| y | The y component. |
| z | The z component. |
| w | The w component. |
Methods
constructor
| Name | Description |
|---|---|
| constructor() |
Result:
constructor_overload
| Name | Description |
|---|---|
| constructor_overload(x, y, z, w) | Initializes a new instance of the FVector4. |
Result:
constructor_overload2
| Name | Description |
|---|---|
| constructor_overload2(x, y, z) | Initializes a new instance of the FVector4. |
Result:
constructor_overload3
| Name | Description |
|---|---|
| constructor_overload3(vec) | Initializes a new instance of the FVector4. |
Result:
constructor_overload4
| Name | Description |
|---|---|
| constructor_overload4(vec) | Initializes a new instance of the FVector4. |
Result:
constructor_overload5
| Name | Description |
|---|---|
| constructor_overload5(vec, w) | Initializes a new instance of the FVector4. |
Result:
toString
| Name | Description |
|---|---|
| toString() |
Result: String