# Vehicle Setup - Config Asset Adjustments (UE4)

Once you've gone through the vehicle setup stage you're finally in a spot where you can start to make your vehicle driveable. This page will go through using a correctly set up rig/physics asset to fit any vehicle to our system.

In order to start editing your new vehicle - head on over to the sedan section in the **"VehicleVarietyAdv -> Blueprints -> Sedan"** Folder and drag and copy the Sedan into our Hatchback folder.&#x20;

## Copying Files

![Make sure you are COPYING the file to the new location](/files/qEvpY3aP9IA3o8JKq31O)

Now rename the blueprint to BP\_Hatchback, we're now ready to copy over the config files for the vehicle.

![Copying over Sedan\_Config to the Hatchback folder](/files/mNZypTCr4XDuaKUpZmUO)

Make sure to rename each asset to their corresponding new owner.

![The new config files in their happy new home](/files/OLYb1MWaZJ0225g4Tq82)

## Animation Blueprint

Naturally these files require adjusting to match the new vehicle. Let's start with ABP\_Hatchback - open it up and in the event graph, we're going to change the cast to the sedan to cast to the new Hatchback blueprint we made in the previous steps. This blueprint is controlling wheel turning angle, as well as the steering wheel.

![The old animation blueprint, currently casting to the sedan](/files/T97Mkn5E3RDbSMcEux3S) ![The cast has been changed to cast to the new vehicle "BP\_Hatchback" and we're now grabbing the steering angle from "BP\_Hatchback"](/files/aksPrkXoyk7BjpJh4Skx) ![The new graph set up correctly. You should not have to adjust anything else in this Animation Blueprint.](/files/UHUKyOZRL3PvO9Lme1Ml)

## Wheeled Vehicle Component

Now we'll adjust the values of the Vehicle Wheel class named "BP\_VW\_Hatchback"

Replace the tire config with the new Hatchback one and adjust the values of the wheel dimensions based off your measurements in your DCC. The measurements for this wheel are **31 for the Shape Radius Radius** and **19 for the Width**.

![Adjusting the values based off measurements in your DCC](/files/KTVBPaKo7tQVq6ObDDdc)

Everything should now be set up to adjust within the vehicle's blueprint.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.switchboard.studio/guides/first-person-vehicle-interaction-system/vehicles/vehicle-setup-config-asset-adjustments-ue4.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
