How to access Widget Blueprint objects from Level Blueprint?

Hi. I’m pretty new to UE4. How to access widget blueprints objects from level blueprint?
I have some image button in widget blueprint. I want to connect events of these buttons to game state. I don’t know how to do it.

When i create widget in loading of level i can use return type of it and get the variable i want.

This might help you, as well: