How cast to Widget ?

Hey,
I need to show new component (kind of popup) in widget (active on the screen) after click actor on the map.

Is it a good way to send information to widget after actor has called event OnClicked or OnInputTouchBegin?

In your widget you can expose variables and input pins for CreateWidget node so you can pass in any info you need in order to create it.

But I can not get current data i made a scor widget it works it rises in time and i want to show last scor in the dead screen but it does not work with your said it gets default value of variables for example when i die in the game it writes 0 for my score