Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Kismet > API/Runtime/Engine/Kismet/UKismetMathLibrary
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Kismet/KismetMathLibrary.h |
| Include | #include "Kismet/KismetMathLibrary.h" |
| Source | /Engine/Source/Runtime/Engine/Private/KismetMathLibrary.cpp |
static float NormalizeAxis
&40;
float Angle
&41;
Remarks
Clamps an angle to the range of [-180, 180]. The clamped angle.
Parameters
| Name | Description |
|---|---|
| Angle | The Angle to clamp. |