How to control font style and size of text for message in verse?

Hi, I am trying to show UI messages by verse. Using text_block can set the DefaultTextColor but is there any way to set the font style and size for text messages in verse?

2 Likes

Unfortunately, no. Additional discussion here.

I also just looked at “text_base := class(widget)” in Unrealengine.digest.verse and I haven’t seen any changes since the original discussion.

1 Like

Thanks a lot for this info. I guess we have to wait for any further updates on this.

1 Like

Solution: Don’t know if this didn’t work when you tried, but for others, you can do this now:
Use the modifiers you see when editing text in creative, in verse (without space between < or > and EM), e.g.
Lines : string = array{“Welcome player”,
“You know the mission: Get the < EM >3</> legendary items,”

Insert this text in the hud device with functions set text, and show

Bump ^^^^^

Please let us lol.

And Outline Settings would be amazing.

1 Like