How to cast to parent actor at child widget blueprint?

I wanna take variable from actor to widget blueprint but I can’t find object for cast it.

If the owner doesn’t have a playercontroller, then create an actor variable in the widget and exposed it on spawn:

When you create the widget, set that variable.

Thank for your help. It’s working.