UPDUserWidget > UUserWidget > UWidget > UVisual > UObject
namespace Offsets { namespace Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject namespace UPDIngameMyCharListItem { constexpr auto Btn_Select = 0x2a0; // UPDTabButton* constexpr auto WS_State = 0x2a8; // UWidgetSwitcher* constexpr auto IMG_Face = 0x2b0; // UImage* constexpr auto IMG_NotOwnedFace = 0x2b8; // UImage* } } }
public static class Offsets { public static class Classes { // Inheritance: UPDUserWidget > UUserWidget > UWidget > UVisual > UObject public static class UPDIngameMyCharListItem { public const UInt16 Btn_Select = 0x2a0; // UPDTabButton* public const UInt16 WS_State = 0x2a8; // UWidgetSwitcher* public const UInt16 IMG_Face = 0x2b0; // UImage* public const UInt16 IMG_NotOwnedFace = 0x2b8; // UImage* } } }