How can I change the level in a multiplayer game and how can I add a loading screen?

Game Mode → HandleStartingNewPlayer

Called after PostLogin or after seamless travel, this can be overridden in Blueprint to change what happens to a new player. By default, it will create a pawn for the player.

PostLogin is only called on the initial server connection.

Game Mode Class

Controller Class

1 Like