StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


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

Log

Plugin: StateTreeToolsCore Category: Math | Float

Returns the natural logarithm (base e) of Value. The input must be positive; zero or negative values produce -inf or NaN. Use this for logarithmic scaling โ€” for example compressing a wide range of values into a narrower output range.


Configuration

Value

The float value to take the logarithm of. Must be greater than zero.

Result

The natural logarithm 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