How to randomly assign meshes to npcs? Like call of duty

All NPC’s working on the same rig, how would I go about making it randomize the mesh of those npcs?

Look into making a mod pawn (that’s what it was for UE3, not sure about the new engine though) then maybe you can create lists for each body part and have it select a random object on the list.