Vehicle ragdoll collision

Yeah this was via C++.

I actually solved this to anyone who has the problem:

  • Create a Box component on the front of the car and set it to only overlap pawns.
  • If you overlap a pawn at high speed, turn it into a ragdoll.

That way the car physics will follow up and hit it a split second later, creating the desired effect!