UArchonUserWidget > UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UArchonUserWidget > UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject namespace UQuestInfoWidget { constexpr auto ObjectivesSection = 0x388; // UVerticalBox* constexpr auto RewardsSection = 0x390; // UVerticalBox* constexpr auto QuestDescriptionPanel = 0x398; // UPanelWidget* } } }
public static class Offsets { public static class Classes { // Inheritance: UArchonUserWidget > UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject public static class UQuestInfoWidget { public const UInt16 ObjectivesSection = 0x388; // UVerticalBox* public const UInt16 RewardsSection = 0x390; // UVerticalBox* public const UInt16 QuestDescriptionPanel = 0x398; // UPanelWidget* } } }