Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Vector2D
Distance between two 2D points.
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| vector2d struct | V1 | The first point. |
| vector2d struct | V2 | The second point. |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Return Value | The distance between two 2D points. |