UPDUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UPDProgressLeptonListItem { constexpr auto IMG_Item = 0x290; // UImage* constexpr auto TB_Name = 0x298; // UPDTextBlock* constexpr auto TB_Desc = 0x2a0; // UPDTextBlock* constexpr auto TB_Count = 0x2a8; // UPDTextBlock* constexpr auto PB_Per = 0x2b0; // UProgressBar* constexpr auto BD_ItemOutline = 0x2b8; // UBorder* } } }
public static class Offsets { public static class Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UPDProgressLeptonListItem { public const UInt16 IMG_Item = 0x290; // UImage* public const UInt16 TB_Name = 0x298; // UPDTextBlock* public const UInt16 TB_Desc = 0x2a0; // UPDTextBlock* public const UInt16 TB_Count = 0x2a8; // UPDTextBlock* public const UInt16 PB_Per = 0x2b0; // UProgressBar* public const UInt16 BD_ItemOutline = 0x2b8; // UBorder* } } }