UMG - Partially Highlighted Text?

Hey, just wondering if anyone know how to highlight specific sections of a text-field in UMG like is done in many JRPGs. For anyone who doesn’t know it’s this effect (Screenshot is from Persona 3):


Idk if it’s actually possible in UMG as I haven’t run into it yet but hopefully someone knows :slight_smile:

You’ll need to wrap the Slate widget SRichTextBlock in a UWidget to expose it to UMG.

Cool! Thanks for the help :slight_smile: