PhysX doesn’t allow per object physics ticking iirc. You can only tick the entire simulation.You’d need to do what the Character Movement Component does where you warp your object back to the correction and then do incremental small movements via sweeps and adjust manually.