# Vehicle Setup - Config Asset Adjustment (UE5)

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/9kMz0IUXgoART6lxKXzO)

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

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

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

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

## Animation Blueprint

This process is the same as UE4, the images are from UE4 but the process doesn't change.

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)

## Chaos Wheeled Vehicle Component

Now we'll adjust the values of the Vehicle Wheel class named "BP\_Hatchback\_FrontWheel\_Chaos" and "BP\_Hatchback\_RearWheel\_Chaos"

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**.

Add the slipgraph to the vehicle component, and make sure "Affected by Handbrake" is selected

Only add steering to the front wheel component

![Rear Wheel Setup](/files/viHc6ELiPFinZLknkpUQ) ![Front Wheel Setup](/files/4LCQ6CMTFQ34A7PexpZS)

## Torque Graph

The vehicle's steering mechanics are very similar to UE4's, the only difference you need to be aware of in UE5 is that acceleration is driven by a **torque graph**

Simply add your hatchback torque graph we copied into the mechanical setup menu under the "Vehicle Movement Component" in the BP\_Hatchback asset

![](/files/jMqLXRLsMPdLeAhVn1Rj)

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-adjustment-ue5.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.
