UUIComponent_Display > UUIComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIComponent_Display > UUIComponent > UObject namespace UUIComponent_MVPCommendationPanel { constexpr auto m_mcCommendationSelected = 0x124; // UGFxObject* constexpr auto m_mcCommendationHover = 0x12c; // UGFxObject* constexpr auto m_CommendButton = 0x134; // UUIInteractable_Button* } } }
public static class Offsets { public static class Classes { // Inheritance: UUIComponent_Display > UUIComponent > UObject public static class UUIComponent_MVPCommendationPanel { public const UInt16 m_mcCommendationSelected = 0x124; // UGFxObject* public const UInt16 m_mcCommendationHover = 0x12c; // UGFxObject* public const UInt16 m_CommendButton = 0x134; // UUIInteractable_Button* } } }