How can I use text-wrapping for UEFN Text Blocks?

Is it possible to make text wrap automatically when designing User Interface widgets in UEFN?

I don’t want the text to bleed off the edge of the box’s bounds, and I do not want to clip the text. I understand I can manually force the next line with shift+enter, but I would prefer to not have to maintain all of my text blocks with a lot of words manually in this way.

The hierarchy in the example is:
Canvas Panel
. . Stack Box
. . . . Size Box (width and height overridden)
. . . . . . UEFN Text Block

I still haven’t made any progress in finding out whether or not it’s possible to enforce text-wrapping in UEFN.

I will assume it is not possible in the meantime, however a confirmation from anyone within the community would be appreciated.

1 Like

I would like to know how to do this as well