I am trying to break off the wheel from simple wheeled movement component when car get destroyed.
The problem is that the wheels get broken off from the SKM but the car is floating and rolling on invisible wheels simulated by simple wheeled movement component.
Things I have tried:
-
Disable simple wheeled movement component (cant drive, wheels still there floating the car)
-
Clear the wheels in simple wheeled movement component’s wheels array (does nothing)
-
delete wheeled movement component (crashes editor)
-
override physics asset on car SKM (crashes editor)
-
Change skeletal mesh (new SKM gets applied but wheels still there)
Any suggestions?