Character select

Hi everyone

I’ve been following the UE4 Blueprint Multiplayer tutorial from EpicGames. In the tutorial there is a character select screen where people can select their character, is there a way to let the 2 people that can join choose between diffrent characters?

Thanks

Sure there is, you just need to set up a screen for the Player to choose different Characters and according to his choice change the mesh of your Character. Not the easyiest thing to do, but this is the fastest way i could imagine right now. You could probably also set up different Character Blueprints with different meshes and change wich one to use, but this would just be useful if youd like to give different Characters different abbilities, and even then you could give your single Character blueprint every abbility any Character can have and then just activate the ones the selected Character can have.

Hope this helps you.

Lexyth