UPDUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UPDBreakIntoPlayerItem { constexpr auto IMG_PlayerPic = 0x288; // UImage* constexpr auto IMG_SlotBg_L = 0x290; // UImage* constexpr auto IMG_SlotBg_R = 0x298; // UImage* constexpr auto IMG_Divider = 0x2a0; // UImage* constexpr auto IMG_SlotOutline = 0x2a8; // UImage* constexpr auto T_PlayerName = 0x2b0; // UPDTextBlock* } } }
public static class Offsets { public static class Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UPDBreakIntoPlayerItem { public const UInt16 IMG_PlayerPic = 0x288; // UImage* public const UInt16 IMG_SlotBg_L = 0x290; // UImage* public const UInt16 IMG_SlotBg_R = 0x298; // UImage* public const UInt16 IMG_Divider = 0x2a0; // UImage* public const UInt16 IMG_SlotOutline = 0x2a8; // UImage* public const UInt16 T_PlayerName = 0x2b0; // UPDTextBlock* } } }