How do you cast from Widget to Actor?

Hello, I need to cast from a UserWidget to a actor, I tried reworking all my code so it could be done by executing a interface and triggering a line in the actors blueprint but that doesnt work either.

There’s plenty of ways to do this; I usually use the Bind / Call system to share the UMG Variable to the player and then vice versa. This way you don’t need to cast to communicate (You just use the set variable).