Description

Origin from this UDN ticket,
https://udn.unrealengine.com/s/question/0D5QP00000sGtbO0AS/chaosvehiclemovementcomponent-intertia-tensor-isnt-adjusted-for-center-of-mass-override?fromCase=1

TLDR is that they are using a custom COM override, and then the colliders were being altered in any way their tests were breaking.

This was tracked down to the COM override being factored into the Mass and Inertia on the VehicleMovementComponent, but this changes when UpdateMassProperties is called on the body instance.

Steps to Reproduce

NA here since we have the underlying code below and the logic issue.

Have Comments or More Details?

There's no existing public thread on this issue, so head over to Questions & Answers just mention UE-259561 in the post.

0
Login to Vote

Unresolved
ComponentUE - Simulation - Physics
Affects Versions5.5
Target Fix5.6
CreatedMar 24, 2025
UpdatedMar 25, 2025
View Jira Issue