I am almost done with the UI portion of the multiplayer Unreal series but after implementing the client join via ui option I run into this issue when trying to join a server. (I’ve tested with hamachi and had a friend run around the level with me via the exec command earlier on so I know join should work.)
TravelFailure: LoadMapFailure, Reason for Failure: ‘Failed to load package ‘/Game/PuzzlePlatforms/Maps/UEDPIE_0_ThirdPersonExampleMapMod’’. Shutting down PIE.
I see communication in the server logs that indicates that the client was talking to the server but it always results in this failure.
I’ve tested a couple different ways but this is most recently from running the uproject twice and using play in each. I am running on windows and hosting/joining via the implemented main menu ui.