How do I "assign" player start to the character?

I accidentally deleted the player start from the default mannequin, and I need it as part of a tutorial. I’ve done to many things to go back and undo it. How do I restore player start to it?

Just place a new one.

The image is from [UE4: Beginner’s Step-by-Step to Creating Your First Level][2]

Are you sure you want a player start and not an already spawned actor that is auto controlled by the player?

If that would be the case, place your default mannequin into the level and set Pawn->AutoPossessPlayer to Player 0

276830-possesonstart.png

I need to access the blueprints of the default mannequin for practice reasons which is why I need to reassign it to him. Player start does not allow editing.

Exactly what I was looking for. Thank you