create two separate characters for each level in Unreal Engine 5

So I am creating a game where you can choose between one map and the other. However, I want to have two different looking characters as the player start.

The only option I see to pick a player controller is through project settings. How can I use two different style players for each level?

Hey there @SushiMane11! So depending on your use case, this has a ton of different answers. If you’re going to be handling the different players like different game modes, you can then create and assign different game modes that have the default pawn for them changed to the characters you want.

However, if you’re going to have a different character for every level, keep the same game mode, and you’re going to have tons of levels, you may have to set up a game mode that can be told which character to spawn on the fly, which is a bit more complicated.

1 Like