Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Vector2D
Get a copy of the vector as sign only. Each component is set to +1 or -1, with the sign of zero treated as +1.
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| vector2d struct | A |
Outputs
| Type | Name | Description |
|---|---|---|
| vector2d struct | Return Value | A copy of the vector with each component set to +1 or -1 |