InRange (float)

InRange (float)

Windows
MacOS
Linux

Returns true if value is between Min and Max (V >= Min && V <= Max) If InclusiveMin is true, value needs to be equal or larger than Min, else it needs to be larger If InclusiveMax is true, value needs to be smaller or equal than Max, else it needs to be smaller

Target is Kismet Math Library

InRange (float)
Value
0.0
Min
0.0
Max
1.0
Inclusive Min
Inclusive Max
Return Value

Inputs

Value
Float
Min
Float
Max
Float
Inclusive Min
Boolean
Inclusive Max
Boolean

Outputs

Return Value
Boolean

Returns true if value is between Min and Max (V >= Min && V <= Max) If InclusiveMin is true, value needs to be equal or larger than Min, else it needs to be larger If InclusiveMax is true, value needs to be smaller or equal than Max, else it needs to be smaller

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