StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


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

String To Integer

Plugin: StateTreeToolsCore Category: Utilities | String

Parses a string as an integer. If the string does not represent a valid integer the result is 0. Use this to decode an index or count that was stored or transmitted as a string.


Configuration

Value

The string to parse as an integer.

Result

The integer 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