Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Vector2D
Util to convert this vector into a unit direction vector and its original length.
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| vector2d struct | A |
Outputs
| Type | Name | Description |
|---|---|---|
| vector2d struct | Out Dir | Reference passed in to store unit direction vector. |
| real | Out Length | Reference passed in to store length of the vector. |