Widget Not Updating in Actor

I Have a widget in the Actor

This widget is a text and upadate when the score gets up (with a bind)

137051-screenshot_7.png

But when teh widget is in teh Actor(First Image) when i update the score it does not update in the Actor.

i Already tried adding to viewport and it worked in the viewport it updates, but when is in the Actor it does not.

Sorry but i have to bump

I can’t understand your setup.
It looks like you set this widget class into some variable, but this will not create widget, you should use CreateWidget function, store result into variable, and pass parameters to that created object.