This document explains how to set up and use the Drivable Vehicle Assets for Unreal Engine 4.23 and later. This guide covers input configuration, interaction systems, and advanced blueprint setups like siren lights and player controllers.
First Release: July 15, 2021
Engine Compatibility: UE 4.23 - 4.27+
Configure the key bindings necessary for vehicle movement and interaction.
Ensure the correct Game Mode is selected to handle vehicle-player relationships.
Advanced lighting configuration for emergency vehicle sirens.
Implementing the Enter/Exit logic for both the vehicle and the character.
How to transfer vehicle controls to your custom Player Controller Blueprint.
1. Transfer all codes inside "BP_VehiclePC" to your own custom Player Controller.
2. Update all "Cast To BP_VehiclePC" nodes in both vehicles and your character blueprints.
Final adjustments in World Settings to ensure the system runs smoothly.