Editing the suffix a bound text

Both Text or String have a Format function, which allows you to set some value in string at exact place. Text Localization | Unreal Engine Documentation
If you use String (but, I hope, in UI you use Text), you can also use Append function. Append | Unreal Engine Documentation

1 Like