UUIData > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIData > UObject namespace UUIData_ChestExclusive { constexpr auto m_nItemsOwned = 0x64; // int32_t constexpr auto m_nItemsTotal = 0x68; // int32_t constexpr auto m_pChestExclusives = 0x6c; // UUIData_List* constexpr auto m_pChestData = 0x74; // UUIData_ChestExtended* } } }
public static class Offsets { public static class Classes { // Inheritance: UUIData > UObject public static class UUIData_ChestExclusive { public const byte m_nItemsOwned = 0x64; // int32_t public const byte m_nItemsTotal = 0x68; // int32_t public const byte m_pChestExclusives = 0x6c; // UUIData_List* public const byte m_pChestData = 0x74; // UUIData_ChestExtended* } } }