UUIData > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIData > UObject namespace UUIData_DLCItem { constexpr auto m_dwPrice = 0x64; // Fdword constexpr auto m_bIsHidden = 0x68; // uint32_t : 1 constexpr auto m_pLootTableItem = 0x6c; // UUIData_LootTableItem* } } }
public static class Offsets { public static class Classes { // Inheritance: UUIData > UObject public static class UUIData_DLCItem { public const byte m_dwPrice = 0x64; // Fdword public const byte m_bIsHidden = 0x68; // uint32_t : 1 public const byte m_pLootTableItem = 0x6c; // UUIData_LootTableItem* } } }