Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Float
Rounds A down towards negative infinity / down to the previous integer (e.g., -1.6 becomes -2 and 1.6 becomes 1)
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| real | A |
Outputs
| Type | Name | Description |
|---|---|---|
| integer | Return Value |