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, typename T2, std::enable_if_t<(std::is_floating_point_v< T >||std::is_floating_point_v< T2 >), int >>
static decltype(A1 *A2) FindDeltaAngleDegrees
(
T A1,
T2 A2
)
Remarks
Find the smallest angle between two headings (in degrees)