Unreal Engine Blueprint API Reference > 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 |
---|---|---|
integer | Return Value | Rounds A towards zero, truncating the fractional part (e.g., -1.6 becomes -1 and 1.6 becomes 1) |