Choosing a Character

How do you tell the engine which character blueprint to use?
Say i have a main menu with an option to play as a wizard or an archer
I have a character BP for the way the wizzard should handle and one for the way the archer should handle.

I dont know how to go about telling the engine which character should be played.

This is changed via the GameMode setup. Change your default pawn.

Just realized I didn’t really answer your question, as you need to do it in game. But looks like you’ll work it out from here :slight_smile: