Ready-made StateTree tools for Unreal Engine 5
Plugin: StateTreeToolsCore Category: Math | Float
Rounds a float up to the nearest integer (ceiling). For example, 2.1 becomes 3 and -1.9 becomes -1. Returns an integer, making it convenient for indexing or discrete comparisons.
The float value to round up.
The smallest integer greater than or equal to Value.
Property functions are not available in UE 5.4. This node requires UE 5.5 or later.