UUIComponent_Display > UUIComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIComponent_Display > UUIComponent > UObject namespace UUIComponent_LobbySlotItem { constexpr auto m_Item = 0x124; // UUIComponent_ItemGeneric* constexpr auto m_pPrices = 0x12c; // UUIComponent_List* constexpr auto m_pOriginalPrices = 0x134; // UUIComponent_List* constexpr auto m_pBuyButton = 0x13c; // UUIComponent_Interactable* constexpr auto m_pHighlight = 0x144; // UGFxObject* } } }
public static class Offsets { public static class Classes { // Inheritance: UUIComponent_Display > UUIComponent > UObject public static class UUIComponent_LobbySlotItem { public const UInt16 m_Item = 0x124; // UUIComponent_ItemGeneric* public const UInt16 m_pPrices = 0x12c; // UUIComponent_List* public const UInt16 m_pOriginalPrices = 0x134; // UUIComponent_List* public const UInt16 m_pBuyButton = 0x13c; // UUIComponent_Interactable* public const UInt16 m_pHighlight = 0x144; // UGFxObject* } } }