Knowledge base
Search Blueprint patterns
Searching…
Knowledge base
Knowledge base
Free, anonymous browsing of Unreal Engine Blueprint examples, node references, and best practices. The same content the WoalzCraft plugin uses to generate Blueprints.
33 results for String
string
GetSubstringUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoEditable text (Mutable). Use Text for player-facing localized text instead — String is for internal logic.
ContainsUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoReplaceUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoContainsUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoLenUE 5.0, 5.1, 5.2, 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoToLowerUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo agoLocalizable, formatted player-facing text. Use FText/Text variables for UI strings. String is for internal logic only.
Pure node. For multiple strings, chain multiple Append nodes or use Format Text.
AppendUE 5.3, 5.4, 5.5, 5.6, 5.7updated 3mo ago