Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Float
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
Inputs
| Type | Name | Description |
|---|---|---|
| real | Value | |
| real | Min | |
| real | Max | |
| boolean | Inclusive Min | |
| boolean | Inclusive Max |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value |