InRange (integer64)

InRange (integer64)

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 (integer64)
Value
Min
Max
Inclusive Min
Inclusive Max
Return Value

Inputs

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