Merge remote-tracking branch 'origin/marcel/ue5.3' into marcel/ue5.3

This commit is contained in:
Marcel Pi 2024-01-03 13:02:29 +01:00
commit 71db32b533
3 changed files with 1 additions and 1 deletions

View File

@ -31,12 +31,12 @@
ACarlaWheeledVehicle::ACarlaWheeledVehicle(const FObjectInitializer& ObjectInitializer) :
Super(ObjectInitializer)
{
#if 0 // @CARLAUE5
VehicleBounds = CreateDefaultSubobject<UBoxComponent>(TEXT("VehicleBounds"));
VehicleBounds->SetupAttachment(RootComponent);
VehicleBounds->SetHiddenInGame(true);
VehicleBounds->SetCollisionProfileName(UCollisionProfile::NoCollision_ProfileName);
#if 0 // @CARLAUE5
VelocityControl = CreateDefaultSubobject<UVehicleVelocityControl>(TEXT("VelocityControl"));
VelocityControl->Deactivate();