UUIComponent_Display > UUIComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIComponent_Display > UUIComponent > UObject namespace UUIComponent_MasteryRewards { constexpr auto m_pBack = 0x124; // UUIComponent_Interactable* constexpr auto m_pRewards = 0x12c; // UUIComponent_List* constexpr auto m_PurchaseAction = 0x134; // UInputAction* } } }
public static class Offsets { public static class Classes { // Inheritance: UUIComponent_Display > UUIComponent > UObject public static class UUIComponent_MasteryRewards { public const UInt16 m_pBack = 0x124; // UUIComponent_Interactable* public const UInt16 m_pRewards = 0x12c; // UUIComponent_List* public const UInt16 m_PurchaseAction = 0x134; // UInputAction* } } }