UUIComponent_Display > UUIComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIComponent_Display > UUIComponent > UObject namespace UUIComponent_Button_LoadoutCategory { constexpr auto m_nCategory = 0x124; // int32_t constexpr auto m_mcTitle = 0x128; // UGFxObject* constexpr auto m_mcRarity = 0x130; // UGFxObject* constexpr auto m_pItemPreview = 0x138; // UUIComponent_ItemPreviewStack* } } }
public static class Offsets { public static class Classes { // Inheritance: UUIComponent_Display > UUIComponent > UObject public static class UUIComponent_Button_LoadoutCategory { public const UInt16 m_nCategory = 0x124; // int32_t public const UInt16 m_mcTitle = 0x128; // UGFxObject* public const UInt16 m_mcRarity = 0x130; // UGFxObject* public const UInt16 m_pItemPreview = 0x138; // UUIComponent_ItemPreviewStack* } } }