So I am trying to make a multiplayer game with a listen server. When I load my map, it loads and then emediatly goes back to the main menu after it loaded. It took a while for me to realize that it was because of the “listen” option in the Open Level node. without this option, the map loads and I can play on it.
Just a couple of things, first, make sure that “map” is the correct name of the level. Make sure that your DefaultEngine.ini file has this somewhere, preferably at the end of the file.
[OnlineSubsystem]
DefaultPlatformService=Null
And if it still doesn’t work, then try something like this: