Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Vector
Returns the cosine of the angle between this vector and another projected onto the XY plane (no Z).
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| vector | A | |
| vector | B | the other vector to find the 2D cosine of the angle with. |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Return Value | The cosine. |