How can I import an Unreal Engine 4 Template Mesh into Unreal Engine 5?

I am trying to import an Unreal Engine 4 Mesh into Unreal Engine 5. How do I go about this?

If your mesh is located in any subfolder of your project content, just select the mesh, right click, and select “Migrate”, then select the destination folder as the UE5’s project content and hit accept. The mesh will be stored in the same hierarchical subfolder path with all related materials assets in their correspondent subfolders. That’s the correct way of preserving the integrity of all linked assets.

Now, if you only need the mesh, right click, export to any folder in your computer, then select import on your ue5 project. Uncheck skeletal mesh to set it as static mesh.