How to modify blueprints of blank project?

Hi. I’m newbie to UE4.
I have created a blank project but i didn’t know how to edit/modify the default pawn/character blueprint.

I wanna add OnActorBeginOverlap node to it.

The default gamemode etc are in C++, you have to create your own and overwrite the default ones.

Try starting here:
Official documentation