UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject namespace UItemSeriesOrRarity_C { constexpr auto RarityOrSeriesSwitcher = 0x268; // UWidgetSwitcher* constexpr auto RarityTextBlock = 0x270; // UCommonTextBlock* constexpr auto SeriesBorder = 0x278; // UBorder* constexpr auto SeriesTextBlock = 0x280; // UCommonTextBlock* constexpr auto OnlyShowSeries = 0x288; // bool } } }
public static class Offsets { public static class Classes { // Inheritance: UUserWidget > UWidget > UVisual > UObject public static class UItemSeriesOrRarity_C { public const UInt16 RarityOrSeriesSwitcher = 0x268; // UWidgetSwitcher* public const UInt16 RarityTextBlock = 0x270; // UCommonTextBlock* public const UInt16 SeriesBorder = 0x278; // UBorder* public const UInt16 SeriesTextBlock = 0x280; // UCommonTextBlock* public const UInt16 OnlyShowSeries = 0x288; // bool } } }