Order of Character Begin Play vs Game Mode Begin Play

When loading a new level, does the Begin Play event of the Player Character always occur before the Begin Play event of the Game Mode?

Have a look at the Game Flow Overview. You should probably move any Player Character spawning into to the control of the Gamemode, that way everything is set up correctly.

Thank you! That’s what I was worried about. I will try to control the startup dependencies manually.

Yeah that might work.

Yes confusing when default pawn is specified in game mode but spawns before. Seems to work fine now though when I set the default pawn to None and spawned it manually.