StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


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

Square

Plugin: StateTreeToolsCore Category: Math | Float

Returns Value multiplied by itself (i.e. x²). Use this to square a distance before comparing it to another squared distance, avoiding a more expensive square root, or to apply a quadratic curve to a linear input.


Configuration

Value

The float value to square.

Result

Value × 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