Navigation
| Name | NetCommon |
| Type | Runtime |
| Location | /Engine/Source/Runtime/Net/Common/ |
| Module Build Rules | NetCommon.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FPacketDataView | Represent a restricted view of packet data, with bit-based size, allowing data to be reassigned to point elsewhere, but not allowing the data being pointed to, to be modified. |
Structs
| Name | Remarks |
|---|---|
| FInPacketTraits | Contains metadata and flags, which provide information on the traits of a packet - what it contains and how to process it. |
| FOutPacketTraits | Contains metadata and flags, which provide information on the traits of a packet - what it contains and how to process it. |
| FPacketBufferView | Represents a view of a buffer for storing packets. |
| FPacketTimestamp | Stores a platform-specific timestamp for a packet. |
| FReceivedPacketView | Represents a view of a received packet, which may be modified to update Data it points to and Data size, as a packet is processed. |
Enums
Public
| Name | Remarks |
|---|---|
| ECountUnits::BitType | |
| ECountUnits::ByteType | |
| ESocketErrors | All supported error types by the engine, mapped from platform specific values |