Switching Character meshes?

How would I make it where when I press a different button on my keyboard, it changes the character’s mesh? I want it to be like kind of like fortnite where you can change skins, but you can change the skin in my project by pressing a button, and another button to go skin. If this is possible, please answer! Could you also show me an example? Thanks!

You can change your mesh by getting “Mesh” component in your character then drag off to SetSkeletalMesh then choose the mesh you want to use. All of your SK should share the same Skeleton else it won’t work.
Take a look at : TUTORIAL! How to switch character's mesh in game! (Unreal Engine 4) - YouTube