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