How To Import Skeletal Meshes

Learn how to import skeletal meshes.

Choose your operating system:

Windows

macOS

Linux

We can import static meshes into Unreal Engine from external 3D modeling applications, such as 3DS Max , Maya or Blender . Although we're using 3DS Max and Maya to illustrate this lesson's goal, you can import skeletal meshes into Unreal Engine from any 3D modeling application with a save feature.

Before getting started: Please make sure you have access to a 3D modeling application.

Goals

The focus of this guide is to you how to import skeletal meshes from external 3D modeling applications.

Objectives

After going through this guide, you'll know:

  • How to export skeletal meshes from external 3D modeling applications.

  • How to import skeletal meshes into Unreal Editor.

  • How to verify that skeletal meshes were imported properly.

The UE4 FBX import pipeline uses FBX 2018 . Using a different version during export may result in incompatibilities.

Choose Your 3D Art Tool

Autodesk Maya

Autodesk 3ds Max

Exporting Skeletal Meshes from External 3D Modeling Applications

Skeletal meshes can be exported individually or multiple meshes can be exported to a single FBX file. The import pipeline will separate multiple Skeletal Meshes into multiple assets within the destination package.

  1. Select the mesh(es) and joints to be exported in the viewport.

    meshAndJointsSel.png

  2. In the File menu choose Export Selection (or Export All if you want to export everything in the scene regardless of selection).

    maya_export_2.jpg

  3. Choose the location and name for the FBX file to export the mesh(es) to and set the appropriate options in the FBX Export dialog and then click the maya_export_button.jpg button to create the FBX file containing the mesh(es).

    maya_export_3.jpg

  1. Select the mesh(es) and bones to be exported in the viewport.

    max_export_1.png

  2. In the File menu, choose Export Selected (or Export All if you want to export everything in the scene regardless of selection).

    max_export_2.jpg

  3. Choose the location and name for the FBX file to export the mesh(es) to and click the max_save_button.jpg button.

    max_export_3.jpg

  4. Set the appropriate options in the FBX Export dialog and then click the max_ok_button.jpg button to create the FBX file containing the mesh(es).

    max_export_4.jpg

Importing Skeletal Meshes

  1. In the Content Browser , click the Import button.

    ImportButton_UI.png

  2. Locate and select the FBX file you want to import.

    ImportSkeletalMesh_Windows.png

    ImportSkeletalMesh_Mac.png

  3. Click Open to begin importing the FBX file you want to import to your project.

  4. Update the appropriate settings in the FBX Import Options dialog.

    Default settings should be sufficient when importing a mesh that doesn't share an existing skeleton. Refer to our FBX Import Options Reference for detailed information on all of the settings.

    FBXSkeletalMeshDialog_Windows.png

    FBXSkeletalMeshDialog_Mac.png

    There are two import buttons available to us in the FBX Importer. The first option we have is the Import button, allowing us to import the currently selected FBX file with our specified settings. The second option we have is the Import All button, allowing us to import all of the currently selected FBX files with our specified settings.

    For more information on the settings available to us in the FBX Importer, go to the FBX Import Options Reference page.

  5. Clicking Import or Import All adds your meshes to the project.

    1. If the Skeletal Mesh being imported shares an existing skeleton, click the Select Skeleton dropdown menu and select the skeleton asset from the list.

      import_settings_skeletonbrowser.png

    2. If you encounter a warning, refer to our FBX Import Errors documentation for detailed information on how to troubleshoot the warning.

      PotentialWarning.png

  6. The imported mesh appears inside the Content Browser if the process succeeded.

    ImportedSKMesh.png

Verifying Imported Skeletal Meshes

Double-click the imported mesh to view it in Persona .

Verify that the asset imported properly by viewing it in Persona .

Now that we've reached the end of this guide, you've learned:

✓ How to export skeletal meshed from external 3D modeling applications.
✓ How to import skeletal meshes into Unreal Editor.
✓ How to verify that skeletal meshes were imported properly.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss