UObject
namespace Offsets { namespace Classes { // Inheritance: UObject namespace USocialToolkit { constexpr auto LocalUser = 0x68; // USocialUser* constexpr auto AllUsers = 0x70; // TArray constexpr auto LocalPlayerOwner = 0xd0; // ULocalPlayer* constexpr auto SocialChatManager = 0xd8; // USocialChatManager* } } }
public static class Offsets { public static class Classes { // Inheritance: UObject public static class USocialToolkit { public const byte LocalUser = 0x68; // USocialUser* public const byte AllUsers = 0x70; // TArray public const byte LocalPlayerOwner = 0xd0; // ULocalPlayer* public const byte SocialChatManager = 0xd8; // USocialChatManager* } } }