UPDUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UPDPlayerEntryItemBaseUI { constexpr auto TB_PlayerName = 0x288; // UPDTextBlock* constexpr auto IMG_AgentIcon = 0x290; // UImage* constexpr auto IMG_PlayerBack = 0x298; // UImage* constexpr auto PB_Groggy = 0x2a0; // UProgressBar* constexpr auto WS_State = 0x2a8; // UWidgetSwitcher* } } }
public static class Offsets { public static class Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UPDPlayerEntryItemBaseUI { public const UInt16 TB_PlayerName = 0x288; // UPDTextBlock* public const UInt16 IMG_AgentIcon = 0x290; // UImage* public const UInt16 IMG_PlayerBack = 0x298; // UImage* public const UInt16 PB_Groggy = 0x2a0; // UProgressBar* public const UInt16 WS_State = 0x2a8; // UWidgetSwitcher* } } }