Hi, I’m now calculating physics for an aircraft vehicle from the ground up, with gravity, lift force and all. This code is fully in blueprints and takes up to 15 screenshot just to show one function of calculation, and tracking computational time shows this blueprint takes 2.2ms of frame calculation. So I’m planning to cut half of this blueprints just to use Chaos wheeled movement component instead, and am wondering if It would be faster with chaos since chaos is in c++ or even slower?? how heavy chaos is in general? I just need it for wheel physics + collisions + gravity.