Experimental Widget change text ?

I have a widget embedded in an actor as “experimental widget” and want to change the text. How can I get to it ?

Drag off from your widget variable, GetUserWidgetObject, cast it to your widget, get your text block, then set the text:

Great, thanks. Just one question … what’s the bit in between cast & settext ?

It’s a reference to the text block you want to change, so it it will be called whatever you have called your text block. Also, you may have to first check the IsVarible checkbox in the widget details on the textbox, in the umg designer to be able to get it and set the text that way

It’s ok I’ve found it, thanks again.