UNetDriver > USubsystem > UObject
namespace Offsets { namespace Classes { // Inheritance: UNetDriver > USubsystem > UObject namespace UTcpNetDriver { constexpr auto AllowPlayerPortUnreach = 0x208; // uint32_t : 1 constexpr auto LogPortUnreach = 0x20c; // uint32_t : 1 } } }
public static class Offsets { public static class Classes { // Inheritance: UNetDriver > USubsystem > UObject public static class UTcpNetDriver { public const UInt16 AllowPlayerPortUnreach = 0x208; // uint32_t : 1 public const UInt16 LogPortUnreach = 0x20c; // uint32_t : 1 } } }