Game demo level not spawning default character pawn

I’m using this demo moss scene that I bought a little while ago. In Maps and Modes, I have my default pawn class set to my ‘BP_FirstPersonCharacter’ blueprint that I made that communicates with an arduino to set camera movements.

When I change the ‘Game Default Map’ to the moss example demo scene, it then just defaults to some random first person character that I drive with my mouse and keyboard and doesn’t use the default blueprint that I set.

If I set my game default map back to ‘FirstPersonMap’, it works fine and uses the correct blueprint.

Any idea how I can edit the demo scene to work with my pawn class? It must just be defaulting to some other character but I don’t know why it’s doing that.

Have you checked the Game Mode? If you go to the world settings you can change the game mode and if memory serves, I think the game mode overrides the default settings. If you open up the current game mode you can change the default pawn.

Yes this fixed it. Thank you!