C++ Rich Text Block Decorators


Version: 4.27.0 / 5 Early Access
C++ only


If you ever wondered how to add URichTextBlockDecorator objects to a URichTextBlock
in C++, check out the files provided in the .zip archive.

I implemented a AddDecoratorClass() function on URichTextBlock which adds a
subclass of URichTextBlockDecorator to its DecoratorClasses.

There is also a RemoveDecoratorClass().

Download:

AddRemoveRichTextBlockDecorators4.27.zip
AddRemoveRichTextBlockDecorators5.zip

Installation:

Copy the files from the .zip archive into your custom engine Source folder and build the engine.