Switchboard Studios Documentation
  • DOCUMENTATION
  • Guides
    • FIRST PERSON VEHICLE INTERACTION SYSTEM
      • At a Glance
        • First Person Character Overview
        • World Space User Interface
        • Vehicles
      • Vehicles
        • Vehicle Setup - DCC Tool
        • Vehicle Setup - Import
          • Vehicle Setup - Sockets
        • Vehicle Setup - Config Asset Adjustments (UE4)
        • Vehicle Setup - Config Asset Adjustment (UE5)
        • Vehicle Setup - Vehicle Blueprint
          • Object Positioning
          • UI Elements
          • Extra Elements
        • Unreal 5 Conversion
  • ESSENTIAL VR HANDS COLLECTION
    • Overview
    • Integration
      • Unity
        • OpenXR
        • SteamVR
        • VRIF
        • HurricaneVR
      • Unreal
        • OpenXR
        • SteamVR
  • Environment Breakdowns
    • BYZANTINE CHURCH
Powered by GitBook
On this page
  • Copying Files
  • Animation Blueprint
  • Wheeled Vehicle Component
  1. Guides
  2. FIRST PERSON VEHICLE INTERACTION SYSTEM
  3. Vehicles

Vehicle Setup - Config Asset Adjustments (UE4)

Setting up your config assets for use in the blueprint

PreviousVehicle Setup - SocketsNextVehicle Setup - Config Asset Adjustment (UE5)

Last updated 2 years ago

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.

Copying Files

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

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

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.

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.

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

Make sure you are COPYING the file to the new location
Copying over Sedan_Config to the Hatchback folder
The new config files in their happy new home
The old animation blueprint, currently casting to the sedan
The cast has been changed to cast to the new vehicle "BP_Hatchback" and we're now grabbing the steering angle from "BP_Hatchback"
The new graph set up correctly. You should not have to adjust anything else in this Animation Blueprint.
Adjusting the values based off measurements in your DCC