# Vehicle Setup - Vehicle Blueprint

{% hint style="info" %}
The steps on this tutorial cover UE4 and UE5, there are slight differences - mostly the ones noted in the [Config Asset Adjustments (UE5)](https://docs.switchboard.studio/guides/first-person-vehicle-interaction-system/vehicles/vehicle-setup-config-asset-adjustment-ue5) page. If there's something that's not lining up, feel free to let us know via [Discord](https://discord.gg/J7sHaYZXrU).
{% endhint %}

Open up the BP\_Hatchback - you should see the entire vehicle graph. They should be divided up into sections highlighting what each area of the graph is doing.

![An overview of the vehicle's graph](https://2320489175-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2QngA3F8bJDdn2Zx0nBz%2Fuploads%2Ft9Y58g6JniChn4DVjWqA%2FBlueprints_08.jpg?alt=media\&token=35c4546c-686d-4ee6-a17d-1376fbd467fd)

Firstly we're going to replace all the information the blueprint is using with our new assets. Currently the blueprint will be referencing all of the Sedan's information - we'll be swapping them out with the new Hatchback.

## Adjusting the Skeleton & Animation Blueprint

First of all, let's replace the Skeleton and Animation Blueprint. Select the "Mesh (VehicleMesh)" Component

![The vehicle pre-adjustment](https://2320489175-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2QngA3F8bJDdn2Zx0nBz%2Fuploads%2FPHoYQ8dP1jQCIMZYi32p%2FBlueprints_09.jpg?alt=media\&token=324d97c0-f1c4-4ffb-ad8e-ca0c01f62ed3)

![Replace SK\_Sedan with SK\_Hatchback](https://2320489175-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2QngA3F8bJDdn2Zx0nBz%2Fuploads%2FdSoOHUcPQPmVFvPYR27h%2FBlueprints_10.jpg?alt=media\&token=7bdab3b6-c065-4964-9892-7b2b0892854e)

![Change the vehicle's Anim Class to "ABP\_Hatchback"](https://2320489175-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F2QngA3F8bJDdn2Zx0nBz%2Fuploads%2FN6KgWhAw1Mh9H7JmGto9%2FBlueprints_11.jpg?alt=media\&token=0c683ff0-cca2-42c5-b058-02be13a8a006)

At this point the vehicle should be driveable. You can test out the vehicle in the world scene and you will be able to interact with it and drive it, even with the sedan's doors in place.

The next steps will go through adjusting and replacing the sedan's doors to be in line with the hatchback.
