Hi everyone,
I’m currently working on a character system in Unreal Engine 5.5 using Motion Matching from the Game Animation Sample. I wanted to add some Physics Control to simulate things like the head or arm reacting physically to the environment
The problem is : as soon as I activate Physics Control (for example using the “Create Controls and Body Modifiers from Limb Bones” node), Motion Matching breaks.
The bones affected by the Physics Control either freeze, snap to the world origin (0,0,0), or stop following the animation completely. The rest of the character still moves, but those specific parts become totally unstable or stuck.
If I disable the Physics Control, everything goes back to normal and Motion Matching works fine again.
I’ve tested different setups and double-checked my Blueprint logic. Everything seems clean. I also tried tweaking the physics parameters, but the issue persists.
So I was wondering:
- Is this a known limitation or conflict between Physics Control and Motion Matching in UE5.5?
- Has anyone managed to make them work together without issues?
- Is Epic aware of this and planning a fix?
Thanks a lot for any help !