How to use UMG to create a credits screen with properly formatted text

Hi,

I have used UMG to create a credits screen by using a scrollbox and multiple TextBlocks. However the problem I have is with formatting. I haven’t seen an easy option to add a new line so I actually had to add an empty TextBlock to simulate an empty line in the scrollbox (ideally I should be able to add a new line in the text block from the visual editor). I am guessing this is a really bad way to go, since I lose both flexibility and memory (I needed to use a new text block for every line, except for the few cases with multi-line auto-wrap).

Does anyone know of a better way to do this? Thanks.

have you tried shift+enter for new lines that works for me.

Yep, that did it. Now I feel retarded, haha.

Thanks!