Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FMath > API/Runtime/Core/Math/FMath/GetRangePct
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Math/UnrealMathUtility.h |
Include | #include "Math/UnrealMathUtility.h" |
template<typename T, typename T2 UE_REQUIRES>
static constexpr auto GetRangePct
&40;
T MinValue,
T MaxValue,
T2 Value
&41;
Remarks
Calculates the percentage along a line from MinValue to MaxValue that Value is.