How to get new line breaks in Blueprint?

If someone could mark Travistyse’s answer as the solution, that’d be great.

Thanks @Travistyse

For such text i used:

then i used custom widget that displays only one paragraph, and Vertical Box to store (and display) them all.

This solved my need for multi paragraph text.

ps.
You can store such text in single string variable. Just decide on some line break tag like [CRLR]
Search that string and break it on that marker, then feed in seq2uence to Rich Text Widgets

pps:
Rich text widgets also have multiple paragraphs, (and “hard enter” to break lines) but i like my way because it gives me more control.

Also for rich text some of ASCII characters (and HTML tags) work in it like they should, so google for that and experiment what works in unreal rich text.