Hello everyone, right now i’m following the Unreal Multiplayer Master: Video Game Dev In C++ Course and when i use the Server travel to load another map the character just goes trough the map, any ideas how to resolve that?
GetWorld()->ServerTravel("/Game/ThirdPersonCPP/Maps/ThirdPersonExampleMap.ThirdPersonExampleMap?listen");
any ideeas how to resolve this?