Unreal Engine Blueprint API Reference > 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 | Rounds A down towards negative infinity / down to the previous integer (e.g., -1.6 becomes -2 and 1.6 becomes 1) |