UPDUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UPDResultTeamMemberUI { constexpr auto TB_Nickname = 0x288; // UPDTextBlock* constexpr auto IMG_Icon = 0x290; // UImage* constexpr auto TB_Status = 0x298; // UPDTextBlock* constexpr auto TB_Record = 0x2a0; // UPDTextBlock* constexpr auto TB_Postfix = 0x2a8; // UPDTextBlock* constexpr auto CP_MVP = 0x2b0; // UCanvasPanel* constexpr auto IMG_MVP_FxBg = 0x2b8; // UImage* } } }
public static class Offsets { public static class Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UPDResultTeamMemberUI { public const UInt16 TB_Nickname = 0x288; // UPDTextBlock* public const UInt16 IMG_Icon = 0x290; // UImage* public const UInt16 TB_Status = 0x298; // UPDTextBlock* public const UInt16 TB_Record = 0x2a0; // UPDTextBlock* public const UInt16 TB_Postfix = 0x2a8; // UPDTextBlock* public const UInt16 CP_MVP = 0x2b0; // UCanvasPanel* public const UInt16 IMG_MVP_FxBg = 0x2b8; // UImage* } } }