UE5 MetaHuman motion capture: digital DNA strand visualization in dark cinematic rendering space

Unreal Engine 5 MetaHuman: How to Drive Characters with Motion Capture

UE5 MetaHuman Motion Capture: The Complete Guide

UE5 MetaHuman motion capture is one of the most powerful combinations in real-time character animation. Epic's MetaHuman Creator generates photorealistic digital humans in minutes — fully rigged and ready for Unreal Engine. But a great-looking character is only half the job. You need high-quality animation, and motion capture delivers that faster than any other method. This guide covers how to retarget mocap data to MetaHuman, handle facial animation, and solve the most common problems developers run into.

How the MetaHuman Body Rig Works

Every MetaHuman shares the same skeleton. It is based on the UE5 Manny/Quinn mannequin, which means most professional motion capture animation packs retarget to MetaHuman with minimal setup.

Key bones to know:

  • Root — world origin in T-pose
  • Pelvis — hub for all lower body movement
  • Spine chain — five joints from spine_01 to spine_05
  • Arms and legs — standard clavicle-to-hand and thigh-to-ball chains
  • Fingers — three joints per finger, critical for close-up and VR work

If you have UE4-era mocap packs, the spine naming differs slightly. Use the IK Retargeter to bridge the gap — the process is straightforward once you understand the rig.

Retargeting Motion Capture to MetaHuman

UE5's IK Retargeter is the tool for applying mocap animation to MetaHuman. The setup takes 1–3 hours the first time. After that, batch retargeting 100 animations takes under 15 minutes.

Step 1 — Import your mocap FBX

Import your FBX file with "Import Animations" checked and "Import Mesh" unchecked. Assign the skeleton that matches your source pack.

Step 2 — Create an IK Rig for the source skeleton

Right-click your source skeleton, choose Create IK Rig. Add the Full Body IK solver. Define retarget chains for Root, Spine, Head, both Arms, both Hands, both Legs, and both Feet.

Step 3 — Create an IK Rig for MetaHuman

Repeat the same process for the MetaHuman skeleton. Chain names must match exactly between source and target rigs.

Step 4 — Create the IK Retargeter

Right-click in the Content Browser, choose Create IK Retargeter. Assign both IK Rigs. Use the alignment tools to match root positions.

Step 5 — Export retargeted animations

Click "Export Animations" to batch-process your entire pack. The resulting assets are ready for Animation Blueprints and Sequencer. See also: how animation state machines work for setting up your locomotion graph.

Facial Animation with MetaHuman

The MetaHuman face uses blend shapes, not bones. Over 700 morph targets drive skin deformation — wrinkling, cheek puffing, lip compression. This is separate from body mocap and requires its own workflow.

ARKit face tracking with an iPhone

Apple's ARKit provides 52 blend shape coefficients that map directly to MetaHuman's face rig. You can capture facial performances with any iPhone X or later using the free Live Link Face app:

  1. Install Live Link Face on your iPhone.
  2. Enable the Live Link plugin in UE5.
  3. Connect the iPhone to the same network as your PC.
  4. Add a Live Link source pointing to the iPhone's IP.
  5. Apply a Live Link Pose asset to your MetaHuman's face component.

Record directly in Sequencer for cinematics, or stream live for virtual production. This is the most cost-effective facial capture setup for most teams.

Combining Body and Facial Animation in Sequencer

Sequencer handles body and face independently. Layer them like this:

  1. Add a Skeletal Mesh Animation Track — assign your retargeted body mocap clip.
  2. Add a Control Rig Track — keyframe facial controls or paste in a Live Link recording.
  3. Use the Animation Layer system to blend and time both tracks independently.

For productions with a body suit and ARKit running simultaneously, Live Link Hub from Epic syncs and records both data streams for later use in Sequencer.

Common Problems and Fixes

Hand mesh clipping

MetaHuman finger geometry is more detailed than a standard mannequin. Mocap finger rotations can clip through the palm. Fix this by setting the finger retarget chain to "Interpolation" mode in the IK Retargeter, or clamping finger rotations in your Animation Blueprint.

Proportional mismatches

If your mocap performer's proportions differ from your MetaHuman, foot sliding and hand placement errors appear. Enable Full Body IK in the retargeter to let it solve foot and hand contact automatically. Add IK goals for hands and feet to pin the extremities.

Performance and LOD

A single MetaHuman at LOD0 costs 3–8ms GPU time. For gameplay where the character isn't always close up, switch to LOD1 or LOD2. MetaHuman's Groom hair system is expensive — replace with hair card meshes for mobile or lower-spec targets.

Production Workflow for Game Teams

  1. Design in MetaHuman Creator — sculpt appearance, export via Quixel Bridge.
  2. Set up IK Rig and Retargeter once — this asset is reusable for all future packs.
  3. Batch retarget your mocap library — entire packs process in minutes.
  4. Build the Animation Blueprint — wire locomotion, blend spaces, and aim offsets. Check out the animation blend tree guide for locomotion setup tips.
  5. Add facial animation last — blend shapes driven by gameplay state for runtime, full ARKit capture for cinematics.

Using MoCap Online Packs with MetaHuman

MoCap Online's Unreal Engine packs are built for the UE5 Manny/Quinn skeleton. They retarget to MetaHuman cleanly using the IK Retargeter workflow above. Locomotion, combat, civilian, and sport packs all work — though hand-weapon contact points may need minor IK correction for close-up cinematics.

Frequently Asked Questions

Can I use MetaHuman in a commercial game?

Yes. MetaHuman is free under Epic's standard EULA. Check Epic's current terms for any royalty thresholds at your revenue scale.

How long does retargeting take?

First-time IK Rig and Retargeter setup takes 1–3 hours. After that, batch retargeting 50–100 animations takes 5–15 minutes. It is a one-time cost that scales across every pack you buy.

Can MetaHuman do automatic lip sync?

Yes. UE5 includes Audio2Face integration and a built-in Audio to Animation feature in Sequencer for basic lip sync from audio. For premium results, record ARKit facial capture while speaking dialogue.

Does MetaHuman work in Unreal Engine 4?

MetaHuman is designed for UE5. Limited UE4 export exists, but you lose Nanite, Lumen, Groom hair quality, and full facial rig fidelity. UE5 is strongly recommended.