Creation of Chaos Vehicle

Hello everyone,
i was trying to make chaos physic based vehicle in unreal engine and i am facing issue with physic, i am not sure where the issue is and i would love to use some help from someone experienced.

Thank you in advance !

Hello @Tarehood ,

Did you create this vehicle yourself? The issue seems to be that one of the bones is positioned below the vehicle — if I’m not mistaken, it’s likely the root component. It’s possible that during export it ended up misaligned.


To check if everything is set up correctly, open the Skeletal Mesh (SKM) of your vehicle and do the following:

  1. In the viewport, click the eye icon (on the right side, between “Lit” and “LOD Auto”)
  2. Enable Bones → All Hierarchy
  3. Enable Collision as well

This will let you clearly see the bone hierarchy and how it aligns with the mesh.

It should look properly centered, with the root not positioned below the wheels. If the root is below them, that’s most likely the cause of the issue.

Let me know if that fixes it.