Ready-made StateTree tools for Unreal Engine 5
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.
The float value to take the square root of. Must be non-negative.
The square root of Value.
Property functions are not available in UE 5.4. This node requires UE 5.5 or later.