Verse UI - How to convert strings from exposed properties into messages, to use with SetText()?

Something like this should work.

Method to convert:
StringToMessage<localizes>(value:string) : message = "{value}"

Set text on widget:
WidgetTitle.SetText(StringToMessage(TextTitle))

8 Likes