How can I move my main Menu to a different level?

I accidentally made my Main Menu in the same level as my normal game. Instead of making a new menu and starting over is there a way to move the menu to another level? if so please help.

Hi,

Could you tell me a bit more about how you’ve gone about making the menu? Is it in a UMG Widget?

Thanks,
-Arvestra

There is a MainMenuWidget which has all the layout and buttons (no functionality yet) and there is a MainMenuHUD Blueprint class which creates the widget and adds it to the viewport (on the wrong level).

Hi,

Simply make another HUD BP Class for your actual game + ingame HUD, and then go into your level’s “World Settings” and change the HUD Class to the new ingame HUD class you made.

Create another level that you wish the Main Menu to be on, go into the “World Settings” again and set the HUD Class to your “MainMenuHUD”.

That should fix your issue!

-Arvestra