Skip to content
Media 0 for listing Advanced Rich Text

Description

Advanced Rich Text provides additional features and functionality that the original Unreal Engine RichTextBlock does not. With Advanced Rich Text you no longer need to wrap each line in your text block with formatting tags, instead you can wrap multiple lines in a single tag.

Support for various line breaks:

  • \n

  • \r\n

  • Shift + Enter

Support for tab spacing:

  • \t

Support for paragraphing: (Line break + Tab spacing)

  • \p

Features:

  • Uses Unreal Engine's RichTextStyle & RichImageRow data tables

  • Does not require a 'Default' entry in your RichTextStyle

  • Can specify the default style you want via drop down option

  • Can override the font size of the initial default style without affecting embedded styles

  • Easily change styles and formatting during runtime

  • Multi-Line Formatting: Add line breaks in the middle of formatted areas (See above)

  • Support for tab spacing: Use \t to insert a 4 char spacing/indent.

  • Support for paragraphing: Use \p to insert a line break and tab spacing together.

Extra:

  • Option to Auto-Collapse when text is empty, thereby reducing unneeded layout space calculations.

Included formats

  • logo of Unreal Engine format