Here’s what I did to stop the player from pushing around vehicles:
•Set “Simulate Physics” to false on the vehicle mesh
•When you need physics again (ex, after the player has entered the vehicle) set Simulate Physics to true on the vehicle mesh and also call ChaosVehicleMovementComponent->ResetVehicle immediately after
ResetVehicle will re-create the vehicle physics state and your wheels will follow as normal