UArchonUserButton > UArchonUserWidget > UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UArchonUserButton > UArchonUserWidget > UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject namespace UArchonGamepadButton { constexpr auto ButtonHint = 0x4c0; // FKey constexpr auto bCollapseHintForMouseInput = 0x4d8; // bool constexpr auto InputKey = 0x4e0; // UArchonInputKey* } } }
public static class Offsets { public static class Classes { // Inheritance: UArchonUserButton > UArchonUserWidget > UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject public static class UArchonGamepadButton { public const UInt16 ButtonHint = 0x4c0; // FKey public const UInt16 bCollapseHintForMouseInput = 0x4d8; // bool public const UInt16 InputKey = 0x4e0; // UArchonInputKey* } } }