[UMG] Force binded text to be uppercase

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.

TextWidget have Transform Policy - ToUpper