How to get to main menu level from game over widget?

Hello,

In my game main menu is a level by itself and it is opened by level streaming in the first begin of the game. But i can`t get to main menu from game over widget in the game level. I don’t know why i can’t reach interface in the main menu level from the widget in another level.
Is there any way to do it?


Restart button is working maybe thats why it is already in game level which is “Oyun1”.
But main menu is my problem.

Thank you.

Hiya @nadmn, welcome back to the forums!

Do you think you could supply us with a picture of the Level BP for Oyun1? Also you need to use the LoadLevel Node to load a different Level. You can’t call on things that are unloaded, so that interface shouldn’t exist to the game.

Here is. I will try that node too.