// Copyright Epic Games, Inc. All Rights Reserved. #include "LuckyrobotsWheelFront.h" #include "UObject/ConstructorHelpers.h" ULuckyrobotsWheelFront::ULuckyrobotsWheelFront() { AxleType = EAxleType::Front; bAffectedBySteering = true; MaxSteerAngle = 40.f; }