Proper way to switch pawns after server travel
I'm using unreal to create a match. The lobby pawns are different than the in game pawns, and we have a lobby room set up for the host and players to wait before the game starts. I set the pawns to spawn and posses the player controller in the PlayerController BP that I have set up, and everything spawns fine in the initial lobby. The EventBeginPlay only fires in the PlayerController when the map is loaded, and not during server travel. After the new map is loaded through server travel, the new pawns don't spawn, and the players are left controlling the SpectatorPawns. I was going to try firing the string I need in the PlayerController from the Level Blueprints, but I'm asking on here because I'm using a Github build and it takes forever to package the game for testing. I was going to fire the string with a custom event set to Multi-Replicate.3.3KViews0likes2Comments