How to make a GameMode Blueprint

I had a problem when I was building a 2d game. I made a 2d Character but I spawned in the game as a 3d player, so I was told that I needed a Gamemode to start the game as a 2d player. (https://forums.unrealengine/showthread.php?75930-How-to-control-a-new-charactor is where I was told I needed a GameMade blueprint), so how do I build a GameMode blueprint?

I’m using 4.8.1

Thanks

Do a right click on the content browser - blueprint - gamemode - in the gamemode you will have to choose your character bp, player controller,… :slight_smile:

Thank you that is just what I needed :slight_smile: