You’re talking about communicating from actor blueprint to widget blueprint. Setup a Custom Event on the Widget with an input parameter of whatever text you are trying to update.
Then call this Custom Event from your Actor whenever you want. Make sure you setup a reference to it first:
Then call it like you would any other Custom Event.