StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


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

String To Float

Plugin: StateTreeToolsCore Category: Utilities | String

Parses a string as a float. If the string does not represent a valid number the result is 0. Use this to decode a numeric value that arrived as a string โ€” for example from a gameplay tag payload or a name-keyed data table.


Configuration

Value

The string to parse as a float.

Result

The float value parsed from Value, or 0 if parsing fails.

Unreal Engine Version Notes

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


โ† Back to Utilities ยท โ† Back to home