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* } } }