UArchonScreen > UArchonUserWidget > UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UArchonScreen > UArchonUserWidget > UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject namespace UOptionsBindKeyScreen { constexpr auto KeyBindingWidget = 0x4b0; // UOptionsKeyBindingWidget* constexpr auto Dimmer = 0x4b8; // UImage* constexpr auto bHideEditButtons = 0x4c0; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UArchonScreen > UArchonUserWidget > UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject public static class UOptionsBindKeyScreen { public const UInt16 KeyBindingWidget = 0x4b0; // UOptionsKeyBindingWidget* public const UInt16 Dimmer = 0x4b8; // UImage* public const UInt16 bHideEditButtons = 0x4c0; // bool } } }