UUIComponent_Display > UUIComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIComponent_Display > UUIComponent > UObject namespace UUIComponent_BurnCardItem { constexpr auto m_mcIcon = 0x124; // UGFxObject* constexpr auto m_mcTitle = 0x12c; // UGFxObject* constexpr auto m_mcDesc = 0x134; // UGFxObject* constexpr auto m_mcDeselected = 0x13c; // UGFxObject* constexpr auto m_nCardTier = 0x144; // int32_t } } }
public static class Offsets { public static class Classes { // Inheritance: UUIComponent_Display > UUIComponent > UObject public static class UUIComponent_BurnCardItem { public const UInt16 m_mcIcon = 0x124; // UGFxObject* public const UInt16 m_mcTitle = 0x12c; // UGFxObject* public const UInt16 m_mcDesc = 0x134; // UGFxObject* public const UInt16 m_mcDeselected = 0x13c; // UGFxObject* public const UInt16 m_nCardTier = 0x144; // int32_t } } }