UUIComponent_Display > UUIComponent > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIComponent_Display > UUIComponent > UObject namespace UUIComponent_MatchLobbyBans { constexpr auto m_BanList = 0x124; // UUIComponent_List* constexpr auto m_bBlueTeam = 0x12c; // uint32_t : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UUIComponent_Display > UUIComponent > UObject public static class UUIComponent_MatchLobbyBans { public const UInt16 m_BanList = 0x124; // UUIComponent_List* public const UInt16 m_bBlueTeam = 0x12c; // uint32_t : 1 } } }