Creating a character

Noob here. I am reverse engineering the side scroller template project that comes with ue4 to understand how to build one from scratch. I cannot figure out how the MyCharacter blueprint is set to spawn at the player start actor.

Hi TheFoyer:
you could search cpp code in SideScroller Template, In Game mode constructor, pawn class is set to MyChararter BP.

I should have mentioned this was for a blueprint project as I do not have VS installed. However your answer did help me figure out that I needed to go into the GameMode blueprint and change the default setting for pawn class. Thanks.