When I am working on my levels and I have my Main Level Current and I hit Play, everything works fine.
However if I open my Main Menu Level(which is not in the same folder as the Main level) and hit Play in editor, its loads the main menu level which is Empty but with a UMG HUD that has a widget with a button that when Pressed Opens the Main level with the landscapes and such.
When I Press/Click that button and it Opens the main level my character is spawned and just falls through space, no other maps are loaded and it just falls to its death.
How do I fix this?
Do I put my Main Menu as part of the main level and make the menu HUD open from the main levels blue prints on begin play? or is there special blueprint I have to put in the Main menu Level?
Thanks!!!