StateTree Tools

Ready-made StateTree tools for Unreal Engine 5


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

String To Text

Plugin: StateTreeToolsCore Category: Utilities | String

Wraps a plain string in an FText value. The resulting text is not localized. Use this when a property requires FText but the source value is a string โ€” for example to populate a UI label binding with a dynamically computed string.


Configuration

Value

The string to wrap as Text.

Result

An FText containing the string Value.

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