UPDCustomMatchListItem > UPDUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPDCustomMatchListItem > UPDUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UCustomMatchListItem_C { constexpr auto Btn_Add = 0x360; // UPDButton_C* constexpr auto IMG_Divider = 0x368; // UImage* constexpr auto IMG_Empty_SlotBg = 0x370; // UImage* constexpr auto IMG_LeaderBg = 0x378; // UImage* constexpr auto IMG_Normal_SlotBg = 0x380; // UImage* constexpr auto IMG_PerkIcon = 0x388; // UImage* } } }
public static class Offsets { public static class Classes { // Inheritance: UPDCustomMatchListItem > UPDUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UCustomMatchListItem_C { public const UInt16 Btn_Add = 0x360; // UPDButton_C* public const UInt16 IMG_Divider = 0x368; // UImage* public const UInt16 IMG_Empty_SlotBg = 0x370; // UImage* public const UInt16 IMG_LeaderBg = 0x378; // UImage* public const UInt16 IMG_Normal_SlotBg = 0x380; // UImage* public const UInt16 IMG_PerkIcon = 0x388; // UImage* } } }