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
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
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