UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject namespace ULobbyPanel { constexpr auto PanelTabs = 0x360; // UArchonTabs* constexpr auto TrialsModeVisibility = 0x368; // ESlateVisibility constexpr auto TrialsDifficultyText = 0x370; // FText constexpr auto bIsLootTabReady = 0x388; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject public static class ULobbyPanel { public const UInt16 PanelTabs = 0x360; // UArchonTabs* public const UInt16 TrialsModeVisibility = 0x368; // ESlateVisibility public const UInt16 TrialsDifficultyText = 0x370; // FText public const UInt16 bIsLootTabReady = 0x388; // bool } } }