Hello!
Having an issue with retargeting animations.
Looks fine in the retargeting window but…
The left arm has done goofed up during the export somehow…
Shouldn’t the animations match the preview?
Hello!
Having an issue with retargeting animations.
Looks fine in the retargeting window but…
The left arm has done goofed up during the export somehow…
Shouldn’t the animations match the preview?
Not sure if my situation was the same, but adding my solution here in case it helps. I bought an animation set from the marketplace and tried to import it into a 5.6 project. Got a message that it did not support 5.6 so I built a 5.4 project and batch imported it there. Then I batch exported it as FBX files and batch imported them into 5.6. At that point the animations looked disproportioned, with an elongated torso. Then I had to ask AI to help me figure out the solution and got these steps which worked for me. Adding here:
The 40% torso stretch you are seeing is a textbook side-effect of UE 5.6’s current retargeting defaults: translation values from the source skeleton are being applied unscaled to the target mannequin’s spine instead of using the mannequin’s own proportions. Below is a systematic checklist that cures this issue in >90% of cases, followed by deeper explanations and preventative export-import advice.
SK_Mannequin_Skeleton
(or your imported skeleton) to open the Skeleton Editor.Root, all IK bones (e.g., ik_hand_gun
, ik_foot_root
): Set to Animation
Keeps original motion/IK offsets.
Pelvis : Set to Animation Scaled
Scales vertical motion to target height and prevents torso stretching.
In the Asset Details panel of your skeletal mesh:
100
or 0.01
entered during export causes exactly the 40% elongation you described.Thank you for the reply.
Unfortunately, this did not fix my issue.
I was thinking I should manually retarget the animations, but I just find it odd that the animation looks correct in the preview but is not correct when exported…