ok so I’m following the tutorial on making an FPS but it tells me to download a file which contains a generic male model with the skeletal mesh. But the link provided is dead: https://docs.unrealengine.com/en-US/Programming/Tutorials/FirstPersonShooter/2/6
it’s the “sample mesh” link.
So I don’t know what to do because I tried searching for downloading a skeletal mesh but I didn’t found anything.
Super late reply but this might be useful for others who find this question like I did. I worked around this by creating a new project with the third person template. find the SK_mannequin asset, select the two other animation and skeleton files with it. Export all 3 to a folder. Go back to your main project and import the mesh. It’s not exactly the same as the one from the tutorial but it’s almost identical and close enough.