Is there a way to force a binded text in UMG to be uppercase? Without using the ToUpper node?
Why avoid using toUpper?
1 Like
You could also use a font that has no lowercase characters.
If you use common text, on the widget’s pre construct you can call the node “SetTextCase” and check “UseAllCaps” boolean.
1 Like
TextWidget have Transform Policy - ToUpper
1 Like