UReward > UObject
namespace Offsets { namespace Classes { // Inheritance: UReward > UObject namespace UReward_GrantItem { constexpr auto Amount = 0x28; // int32_t constexpr auto ItemId = 0x2c; // FName constexpr auto Catalog = 0x38; // UPlayFabCatalogDataTable* constexpr auto bAutoEquip = 0x40; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UReward > UObject public static class UReward_GrantItem { public const byte Amount = 0x28; // int32_t public const byte ItemId = 0x2c; // FName public const byte Catalog = 0x38; // UPlayFabCatalogDataTable* public const byte bAutoEquip = 0x40; // bool } } }