How to correctly scale a skeletal mesh / physics actor along one axis

This is an old thread, but I ran into this problem (although I was scaling my mesh in all axes), and calling RecreatePhysicsState() (native method) on the SkeletalMeshComponent before calling SetSimulatePhysics did the trick for me.

3 Likes