How to send game widget to Main Menu.

What would be a proper way to send widget to Main Menu that went trough Game Instance. In every level widget (LV1, LV2, LV3 --Pictures png) start on Event Begin and then go to game instance and also show inside the game. The problem is once I add that the same widget LV1 in to my Main Menu. It always show LV1. It’s understandable because it’s LV1 I have choose to begin with but some how I thought that if I send something trough Game Instance it will be automatically updated in my main menu. It seems like I missing an option something along the lines of Get (Current) widget or something. That way I let the game instance call the shoots instead of me calling the shoots by choosing create widget LV1 on event begin main menu. Confusing just cant get it to work. Is there any work around. Please and Thank You!