UPDUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UPDPerkTooltipItem { constexpr auto IMG_DescIcon = 0x290; // UImage* constexpr auto T_PerkName = 0x298; // UPDTextBlock* constexpr auto T_PerkDesc = 0x2a0; // UPDTextBlock* constexpr auto CP_Empty = 0x2a8; // UCanvasPanel* constexpr auto CP_Normal = 0x2b0; // UCanvasPanel* } } }
public static class Offsets { public static class Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UPDPerkTooltipItem { public const UInt16 IMG_DescIcon = 0x290; // UImage* public const UInt16 T_PerkName = 0x298; // UPDTextBlock* public const UInt16 T_PerkDesc = 0x2a0; // UPDTextBlock* public const UInt16 CP_Empty = 0x2a8; // UCanvasPanel* public const UInt16 CP_Normal = 0x2b0; // UCanvasPanel* } } }