GetMappedRangeValueClamped

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

float

 

GetMappedRangeValueClamped

(
    const FVector2D& InputRange,
    const FVector2D& OutputRange,
    const float Value
)

For the given Value clamped to the [Input:Range] inclusive, returns the corresponding percentage in [Output:Range] Inclusive.

Public function Static

T

 

GetMappedRangeValueClamped

(
    const TRange< T >& InputRange,
    const TRange< T >& OutputRange,
    const T Value
)

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