Navigation
Classes
| Type | Name | Description | |
|---|---|---|---|
| BufferedPacket | PacketHandler will buffer packets, this struct is used to buffer such packets while handler components are initialized | ||
| FEncryptionComponent | IEncryptionComponentInterface | ||
| FIncomingPacketRef | Parameters for HandlerComponent Incoming/IncomingConnectionless functions | ||
| FPacketHandlerComponentModuleInterface | PacketHandler Module Interface | ||
| HandlerComponent | This class appends or modifies incoming and outgoing packets on a connection | ||
| PacketHandler | This class maintains an array of all PacketHandler Components and forwards incoming and outgoing packets the each component | ||
| ProcessedPacket | The result of calling Incoming and Outgoing in the PacketHandler | ||
| UHandlerComponentFactory | A UObject alternative for loading HandlerComponents without strict module dependency | ||
| UPacketHandlerProfileConfig | PacketHandler Configuration Profiles based on each NetDriver |
Enums
| Type | Name | Description | |
|---|---|---|---|
| UE::Handler::Component::State | HandlerComponent State | ||
| UE::Handler::Mode | Mode of Packet Handler | ||
| UE::Handler::State | State of PacketHandler |