Change Player Mesh From Enumerator

Hello all, I am currently working on a 3rd person RPG type game using the paragon assets and im trying to allow players to swap between them before playing (like a character select) but I can’t really think of a way to properly swap between them, I read that it wasn’t really a good idea to use different player controllers for this kinda stuff but I don’t know how to swap the player mesh in the controller. Any help would be appreciated.

hello. try creating the widget with the different icons of the characters. once a player click on an icon , it should change the mesh by setting the skeletal mesh to the

character selected. (check screenshot) . hope this helps ?