InRange (integer)

InRange (integer)

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 (integer)
Value
0
Min
0
Max
10
Inclusive Min
Inclusive Max
Return Value

Inputs

Value
Integer
Min
Integer
Max
Integer
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