UE4 stacking text

  • you can use an [array][1] of text, for each entry in an array add a custom widget (to a vertical box, perhaps) representing a text entry - like the bullet point list I’m writing this in - every bullet would be a separate custom widget

  • alternatively, you can hit shift+enter in a text box to add more lines:

255677-cap2.png

  • or you can format text using FormatText node where shift+enter would create a new line

255676-capture.png

  • there are also Multi-line variants of Text Box and Editable Text which support many lines of text natively

All four will work albeit slightly differently - depends on what you’re trying to achieve. Pick your poison or provide more detailed info :slight_smile: