UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject namespace UGauntletSummaryWidget { constexpr auto SummaryEntryWidgetClass = 0x360; // UGauntletSummaryEntryWidget* constexpr auto SummaryEntries = 0x368; // UHorizontalBox* constexpr auto HeaderTextGauntlet = 0x370; // UTextBlock* } } }
public static class Offsets { public static class Classes { // Inheritance: UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject public static class UGauntletSummaryWidget { public const UInt16 SummaryEntryWidgetClass = 0x360; // UGauntletSummaryEntryWidget* public const UInt16 SummaryEntries = 0x368; // UHorizontalBox* public const UInt16 HeaderTextGauntlet = 0x370; // UTextBlock* } } }