Blueprintable Unreal Engine 4 classes along the lines of WheeledVehicle, except for tanks! (Or skid steer vehicles)
- Leon Rosengarten (code)
- Boone Adkins (packaged into plugin)
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.
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.