Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FMath
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h |
| Include | #include "Math/UnrealMathUtility.h" |
template<typename T, std::enable_if_t<(std::is_floating_point_v< T >), int >>
static T UnwindRadians
(
T A
)
Remarks
Given a heading which may be outside the +/- PI range, 'unwind' it back into that range.