I have created a level that represent the main menu for my game, created custom controller, HUD, and game mode. when i click the button to start a new game i call
“UGameplayStatics::OpenLevel(GWorld, “/Game/Maps/Arnythos”, false, “”);”
the level I’m trying to load is an composite world, but when it loads just the Persistent level content is loaded and none of the content of the world is loaded (as if level doesn’t stream). if i play the level directly from Editor it works fine, but not when i transition to it from my menu level.
Any ideas would be appreciated.