Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Rotator
Clamps an angle to the range of [0, 360].
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| real | Angle | The angle to clamp. |
Outputs
| Type | Name | Description |
|---|---|---|
| real | Return Value | The clamped angle. |