Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 874 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 874 Bytes

UE4-TankVehiclePlugin

Blueprintable Unreal Engine 4 classes along the lines of WheeledVehicle, except for tanks! (Or skid steer vehicles)

Authors

Usage

Just like a WheeledVehicle, for which there are plenty of tutorials. Substitute TankVehicle and WheeledVehicleMovementComponentTank. For animation, requires a skeletal mesh with wheels rigged properly.

Technical Details

PhysX, which powers Unreal engine's physics, has additional vehicle movement components that are not included with stock UE4. This particular plugin wraps the WheeledVehicleMovementComponent4W. See the PhysX documentation on vehicles.