UPDUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UPDBrickListItem { constexpr auto IMG_Brick = 0x290; // UImage* constexpr auto TB_Title = 0x298; // UPDTextBlock* constexpr auto BD_ItemOutline = 0x2a0; // UBorder* constexpr auto BD_ItemOverOutline = 0x2a8; // UBorder* constexpr auto BD_ItemSelOutline = 0x2b0; // UBorder* } } }
public static class Offsets { public static class Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UPDBrickListItem { public const UInt16 IMG_Brick = 0x290; // UImage* public const UInt16 TB_Title = 0x298; // UPDTextBlock* public const UInt16 BD_ItemOutline = 0x2a0; // UBorder* public const UInt16 BD_ItemOverOutline = 0x2a8; // UBorder* public const UInt16 BD_ItemSelOutline = 0x2b0; // UBorder* } } }