StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


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

Sqrt

Plugin: StateTreeToolsCore Category: Math | Float

Returns the square root of Value. Negative inputs produce NaN. Commonly used when converting a squared distance (e.g. from a dot product) back to an actual distance, though for comparisons it is usually more efficient to keep values squared.


Configuration

Value

The float value to take the square root of. Must be non-negative.

Result

The square root of 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