The UE5 Manny Skeleton, Explained
By the Cosindra team · Updated July 26, 2026
Manny and Quinn are the two mannequins that ship with Unreal Engine 5 — but the name people actually care about is the skeleton underneath them. That skeleton is the de-facto standard target for UE5 animation: understand it and the phrase "Manny-compatible" stops being marketing and starts being the property that decides whether an animation pack works on your character in one click or after an afternoon of retargeting.
What Manny and Quinn are
Manny (male) and Quinn (female) are UE5’s default mannequin characters, used by the engine templates and most tutorials. They share one skeletal structure — the UE5 mannequin skeleton — which evolved from the long-lived UE4 mannequin with refinements to proportions and additional helper bones.
What "the skeleton" actually contains
- A standard humanoid bone hierarchy (pelvis → spine chain → clavicles/arms/hands, thighs/legs/feet) with consistent, well-known bone names.
- Finger bones for full hand animation.
- IK helper bones (foot and hand IK targets) used by the engine’s animation features like foot placement.
- A root bone at the origin — the anchor for root-motion animations.
Why compatibility is the whole game
Animations in Unreal are authored against a skeleton. If your character shares the mannequin skeleton (or a compatible one), every animation targeting it — the engine’s locomotion sets, the thousands of packs on Fab and the marketplace, tutorial assets — plays on your character directly. If it doesn’t, each of those animations must pass through the IK Retargeter first. Compatibility converts an entire ecosystem of ready-made motion into drop-in content.
How to check whether a rig is compatible
- Compare the bone hierarchy and names against the mannequin skeleton in the engine (open any template’s SK_Mannequin and inspect).
- Try assigning a known Manny animation: if it plays cleanly, you’re compatible; twisted limbs mean hierarchy or orientation differences.
- Check for the IK helper bones if you rely on engine IK features — some third-party "compatible" rigs omit them.
How to get a Manny-compatible rig for your own character
Either build it manually in a DCC tool by matching the mannequin hierarchy and naming — very doable, mostly tedious — or use a rigging tool that targets the skeleton natively. RigMaster does the latter in the browser: upload your humanoid mesh, place guide markers, and the FBX you download is rigged to the Manny-compatible skeleton, so Manny/Quinn animation packs play on it without a retargeting step.
Skip the rigging chapter entirely
RigMaster rigs your humanoid mesh to the UE5 Manny-compatible skeleton in the browser: upload a GLB, place a few markers, download a UE-ready FBX that plays Manny/Quinn animations without retargeting.
Rig my characterFrequently asked questions
Are UE4 mannequin animations compatible with UE5 Manny?
Not directly — the skeletons differ. UE5 ships with retargeting support that makes UE4-to-UE5 animation reuse a well-trodden, mostly automated path, but it is still a retarget, not a drop-in.
What is the difference between Manny and Quinn?
Body proportions and mesh — they are two characters on the same skeletal structure. Animations targeting the skeleton play on both.