// Copyright Epic Games, Inc. All Rights Reserved. #pragma once #include "CoreMinimal.h" #include "ChaosVehicleWheel.h" #include "TP_VehicleAdvWheelFront.generated.h" /** * Base front wheel definition. */ UCLASS() class UTP_VehicleAdvWheelFront : public UChaosVehicleWheel { GENERATED_BODY() public: UTP_VehicleAdvWheelFront(); };