Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Float
Rounds A towards zero, truncating the fractional part (e.g., -1.6 becomes -1 and 1.6 becomes 1)
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| real | A |
Outputs
| Type | Name | Description |
|---|---|---|
| int64 | Return Value |