StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


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

Boolean To String

Plugin: StateTreeToolsCore Category: Utilities | String

Converts a boolean value to the string "true" or "false". Use this to include a bool in a text output, log message, or anywhere a string representation of a boolean is needed.


Configuration

Value

The boolean value to convert.

Result

"true" if Value is true, or "false" if Value is false.

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