Navigation
BlueprintAPI > BlueprintAPI/Math > BlueprintAPI/Math/Float
Rounds A to an integer with truncation towards zero for each element in a vector2D. (e.g. -1.7 truncated to -1, 2.8 truncated to 2)
Target is Kismet Math Library
Inputs
| Type | Name | Description |
|---|---|---|
| vector2d struct | In Vector 2D |
Outputs
| Type | Name | Description |
|---|---|---|
| struct | Return Value |