Is there a way to substitute "Sedan" from Vehicle example to "Buggy" from VehicleGame demo?"

I am new to UE4 and I am trying to accustom myself to it.
I was able to migrate Buggy asset to Vehicle example.
I know how to change mesh in Sedan BP.
I know how to change Wheels’ classes VehicleMovement component.

But it is not enough. Vehicle now looks like Buggy but not moving.

I am obviously forgetting something.

  1. set mesh. 2 set wheel “names” on buggy (wheel name are name of bone names inside buggy skeleton mesh Representing wheels you have to find wheel bone names and copy them to vehicle movement Component.
  2. Done

Sorry to hijack the thread, but I’m just getting started with UE4. How would one import the buggy asset shown here: Vehicle Art Setup in Unreal Engine | Unreal Engine 5.1 Documentation

When I open a vehicle game, the sedan exists and I cannot find the buggy asset?