UUIComponent_Interactable > UUIComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIComponent_Interactable > UUIComponent > UObject namespace UUIComponent_BannerButton { constexpr auto m_pGamepadKey = 0x140; // UUIComponent_GamepadKey* constexpr auto m_pFrameButton = 0x148; // UUIComponent_Interactable* } } }
public static class Offsets { public static class Classes { // Inheritance: UUIComponent_Interactable > UUIComponent > UObject public static class UUIComponent_BannerButton { public const UInt16 m_pGamepadKey = 0x140; // UUIComponent_GamepadKey* public const UInt16 m_pFrameButton = 0x148; // UUIComponent_Interactable* } } }