I purchased a Metahuman from fab for 5.6, but when downloaded no blueprint is present (I was not aware). I have already started working on the Metahuman and Unreal AI says the only option to preserve the work is to manually reconstruct the blueprint, when other forums state that once I assemble the character the blueprint will be present (Unreal AI says doing this wont build the blueprint and will cause issues in animation). Can anyone offer advice as to what I should do?
I asked UE AI again and it told me this…
Yes, Unreal Engine typically automates the creation of a MetaHuman Blueprint, but the specific behavior depends on the method you use to bring the character into the engine.
1. Importing via Fab (formerly Quixel Bridge)
If you are importing a MetaHuman that you designed in the MetaHuman Creator using the integrated Fab browser in Unreal Engine, the engine automatically creates a Blueprint.
- Location: Once the export is complete, look in your Content Browser under Content > MetaHumans > [CharacterName].
- Asset: You will find a Blueprint Class named BP_[CharacterName].
- Functionality: This Blueprint is pre-configured with all necessary components, including the Body, Face, Torso, Legs, Feet, and Grooms (hair), as well as the specialized LODSync component.
2. Using the “Mesh to MetaHuman” Workflow
If you are using the MetaHuman Identity tool to convert a custom scan or sculpt into a MetaHuman, the Blueprint is created at the end of the cloud-solving process.
- Step: After you perform the “Identity Solve” and “Prepare for Runtime,” you must click the Mesh to MetaHuman button.
- Result: The engine will communicate with the backend and eventually generate a folder in your project containing the standard BP_[CharacterName].
3. Manual FBX Imports
If you manually export a MetaHuman as a raw FBX and import it into Unreal Engine, the engine will not automatically generate the character Blueprint. In this scenario, you would only have the Skeletal Meshes and Materials. You would then need to:
- Create a new Blueprint Class (inheriting from Character or Actor).
- Manually add and parent the skeletal mesh components (Face, Body, etc.).
- Set up the Leader Pose Component in the Construction Script so the clothing meshes follow the body’s animation.
Troubleshooting Missing Blueprints
If your MetaHuman finished importing but you cannot find the Blueprint:
- Restart the Engine: If you had to enable missing plugins (like Groom or Control Rig) during the import, a restart is required for the assets to initialize correctly.
- Check Filters: Ensure your Content Browser filters are not hiding “Blueprint Classes.”
- Check Folder Names: Sometimes the folder is named after the MetaHuman “base” (e.g., Common) rather than the specific name if the download was interrupted.
Best Practice: Always use the Fab/Bridge workflow whenever possible. It ensures that the complex component hierarchy and the LODSync component (which prevents the face and body from having different detail levels) are set up correctly to avoid technical issues during gameplay or elimination sequences.