StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


Project maintained by StateTreeTools Hosted on GitHub Pages — Theme by mattgraham

Ceil

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.


Configuration

Value

The float value to round up.

Result

The smallest integer greater than or equal to Value.

Unreal Engine Version Notes

Property functions are not available in UE 5.4. This node requires UE 5.5 or later.


← Back to Math | Float · ← Back to home