UUIComponent_Display > UUIComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIComponent_Display > UUIComponent > UObject namespace UUIComponent_StoreAccount { constexpr auto m_pRedeemCode = 0x124; // UUIComponent_Interactable* constexpr auto m_pPurchaseBoost = 0x12c; // UUIComponent_Interactable* constexpr auto m_pChangeName = 0x134; // UUIComponent_Interactable* constexpr auto m_grAccount = 0x13c; // UInputGroup* } } }
public static class Offsets { public static class Classes { // Inheritance: UUIComponent_Display > UUIComponent > UObject public static class UUIComponent_StoreAccount { public const UInt16 m_pRedeemCode = 0x124; // UUIComponent_Interactable* public const UInt16 m_pPurchaseBoost = 0x12c; // UUIComponent_Interactable* public const UInt16 m_pChangeName = 0x134; // UUIComponent_Interactable* public const UInt16 m_grAccount = 0x13c; // UInputGroup* } } }