Disclaimer If you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)
UNetConnection > UPlayer > UObject
Represents a secondary split screen connection that reroutes calls to the parent connection.
namespace Offsets { namespace Classes { // Inheritance: UNetConnection > UPlayer > UObject namespace UChildConnection { constexpr auto Parent = 0x1a30; // UNetConnection* } } }
public static class Offsets { public static class Classes { // Inheritance: UNetConnection > UPlayer > UObject public static class UChildConnection { public const UInt16 Parent = 0x1a30; // UNetConnection* } } }