[UMG] How can I change the font and font color inline?

I am making a dialogue system using UMG, and I would like to be able to change the font style inline with the text.

eg.
The following text would be [font-bold=“true”]bold[\font-bold]

Is there an existing feature that can help achieve this?

Thanks

SRichTextBlock, but it’s not exposed to UMG. No timeline for it, you’ll need put on your C++ hat and make a UWidget wrapper for it that suits your needs :slight_smile:

Aww, that’s unfortunate.
This is for a marketplace-able project, so I am restricted from C++ for it.

I have been trying to make my own parser (without C++) but came across another issue here regarding changing fonts at runtime.

Thanks for the info Nick :slight_smile: