GetRangePct

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

float

 

GetRangePct

(
    FVector2D const& Range,
    float Value
)

Same as above, but taking a 2d vector as the range.

Public function Static

double

 

GetRangePct

(
    TRange< T > const& Range,
    T Value
)

Public function Static

TEnableIf< T...

 

GetRangePct

(
    T MinValue,
    T MaxValue,
    T Value
)

Calculates the percentage along a line from MinValue to MaxValue that Value is.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss