UDataAsset > UObject
DEPRECATED - Only used to allow conversion to new TireConfig in PhysXVehicles plugin
namespace Offsets { namespace Classes { // Inheritance: UDataAsset > UObject namespace UTireType { constexpr auto FrictionScale = 0x30; // float } } }
public static class Offsets { public static class Classes { // Inheritance: UDataAsset > UObject public static class UTireType { public const byte FrictionScale = 0x30; // float } } }