Can't format text that comes from a data table?

I have a dialog tree system set up to store each dialog tree in its own data table for organizing purposes. The UMG calls the specific data table and reads all the text. However, none of the data table defined text gets any of the formatting done to it, and shift + enter doesn’t work to create any line breaks.

Is there some function I’m missing that needs to run on data table text? A known issue with data tables? I really want to keep using data tables to keep these organized, as the dialog trees could get fairly complex with their set up.

Pictured below is the set up using the data table.

alt text

What you’re doing seems a bit awkward here but perhaps I misunderstand it. You’d generally approach it like so:

If you wish to keep format as variable containing the list of arguments, then like so:

This way you can keep the main text in the Format variable and just pepper the format node with a list of relevant arguments.

Both print “Do you know her?” with a question mark. The eTextGender enumerator is already in the engine.

Thank you SO MUCH! This is absolutely what I needed. You are fantastic!