UUIData > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIData > UObject namespace UUIData_MatchInvitePlayerState { constexpr auto m_dwPlayerId = 0x64; // Fdword constexpr auto m_eState = 0x68; // MatchInvitePlayerState constexpr auto m_dwAvatarIcon = 0x6c; // Fdword constexpr auto m_bLocalPlayer = 0x70; // uint32_t : 1 constexpr auto m_bInParty = 0x70; // uint32_t : 1 constexpr auto m_bFriendly = 0x70; // uint32_t : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UUIData > UObject public static class UUIData_MatchInvitePlayerState { public const byte m_dwPlayerId = 0x64; // Fdword public const byte m_eState = 0x68; // MatchInvitePlayerState public const byte m_dwAvatarIcon = 0x6c; // Fdword public const byte m_bLocalPlayer = 0x70; // uint32_t : 1 public const byte m_bInParty = 0x70; // uint32_t : 1 public const byte m_bFriendly = 0x70; // uint32_t : 1 } } }