UArchonTooltip > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UArchonTooltip > UUserWidget > UWidget > UVisual > UObject namespace ULootReviewItemWidgetTooltip { constexpr auto RarityBar = 0x320; // UImage* constexpr auto ItemRarityText = 0x328; // UTextBlock* constexpr auto ItemNameText = 0x330; // UTextBlock* constexpr auto ItemTypeText = 0x338; // UTextBlock* constexpr auto ItemDescriptionText = 0x340; // UTextBlock* } } }
public static class Offsets { public static class Classes { // Inheritance: UArchonTooltip > UUserWidget > UWidget > UVisual > UObject public static class ULootReviewItemWidgetTooltip { public const UInt16 RarityBar = 0x320; // UImage* public const UInt16 ItemRarityText = 0x328; // UTextBlock* public const UInt16 ItemNameText = 0x330; // UTextBlock* public const UInt16 ItemTypeText = 0x338; // UTextBlock* public const UInt16 ItemDescriptionText = 0x340; // UTextBlock* } } }