UUIData > UObject
namespace Offsets { namespace Classes { // Inheritance: UUIData > UObject namespace UUIData_SearchListEntry { constexpr auto m_nPlayerRank = 0x64; // int32_t constexpr auto m_sPlayerName = 0x68; // FString constexpr auto m_dwPlayerId = 0x78; // Fdword constexpr auto m_dwAvatarId = 0x7c; // Fdword constexpr auto m_PlayerNetId = 0x80; // FUniqueNetId } } }
public static class Offsets { public static class Classes { // Inheritance: UUIData > UObject public static class UUIData_SearchListEntry { public const byte m_nPlayerRank = 0x64; // int32_t public const byte m_sPlayerName = 0x68; // FString public const byte m_dwPlayerId = 0x78; // Fdword public const byte m_dwAvatarId = 0x7c; // Fdword public const byte m_PlayerNetId = 0x80; // FUniqueNetId } } }