UMasteryPopupBaseWidget > UArchonUserWidget > UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UMasteryPopupBaseWidget > UArchonUserWidget > UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject namespace UFoundItemWidget { constexpr auto FoundItemTitle = 0x3a0; // UTextBlock* constexpr auto FoundItemDescription = 0x3a8; // UTextBlock* constexpr auto FoundItemIcon = 0x3b0; // UImage* } } }
public static class Offsets { public static class Classes { // Inheritance: UMasteryPopupBaseWidget > UArchonUserWidget > UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject public static class UFoundItemWidget { public const UInt16 FoundItemTitle = 0x3a0; // UTextBlock* public const UInt16 FoundItemDescription = 0x3a8; // UTextBlock* public const UInt16 FoundItemIcon = 0x3b0; // UImage* } } }