Print text notification from any blueprint to UMG

Hello

I would cast to the characterBP in the widget and then just set text, you don’t need the function. Afters you’ll have to set the visibility to true, delay and collapse, you can call an event dispatcher for exemple or if the action comes from the Widget itself it s even easier.

And I don’t know from where comes the print text but if it’s from an option widget you should regroup it all inside it.

First graph: Character If you want to keep the variable in your character
Others: Widget

If you want to cast to, you always need to pin the object part, For the widget, when you create it you can promote to a variable the output blue pin, and then you don’t need to cast to it anymore, this is the ref you have after a cast to.