Is TestWorld a sub level inside your MainMenu world?
Its a separate world.
Is the stamina/health UI part of the main menu widget?
The stamina system is located in my firstpersonBP
Can you show us where the MainMenu level is supposed to be loaded?
Not sure what you mean by that but the MainMenu is supposed to load first because it runs the script to open the menu.
So I’m assuming that MainMenu level is marked as the entry level in your project setting? Which is why it loads first and creates the main menu blueprint.
Where in your blueprints are you loading the TestWorld level? In an OnClicked event for your "Play Game"button?
Okay, so you probably confirmed that this event was not being triggered.
Aside from the Stamina/Health UI showing, how do you know that TestWorld is running? Is it possible that the widget for the Stamina/Health UI is being created and displayed while the MainMenu level is running and not the TestWorld?