UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject namespace UStoreItemPreviewPanelItem { constexpr auto ItemNameTextBlock = 0x360; // UTextBlock* constexpr auto ItemKindTextBlock = 0x368; // UTextBlock* constexpr auto AmountTextBlock = 0x370; // UTextBlock* constexpr auto ItemImage = 0x378; // UImage* } } }
public static class Offsets { public static class Classes { // Inheritance: UArchonUserWidgetBase > UUserWidget > UWidget > UVisual > UObject public static class UStoreItemPreviewPanelItem { public const UInt16 ItemNameTextBlock = 0x360; // UTextBlock* public const UInt16 ItemKindTextBlock = 0x368; // UTextBlock* public const UInt16 AmountTextBlock = 0x370; // UTextBlock* public const UInt16 ItemImage = 0x378; // UImage* } } }