Navigation
API > API/Runtime > API/Runtime/PacketHandler
Inheritance Hierarchy
- IModuleInterface
- FPacketHandlerComponentModuleInterface
- FAESGCMHandlerComponentModule
- FDTLSHandlerComponentModule
- FReliabilityHandlerComponentModuleInterface
References
| Module | PacketHandler |
| Header | /Engine/Source/Runtime/PacketHandlers/PacketHandler/Public/PacketHandler.h |
| Include | #include "PacketHandler.h" |
Syntax
class FPacketHandlerComponentModuleInterface : public IModuleInterface
Remarks
PacketHandler Module Interface
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< HandlerComponent > | CreateComponentInstance
(
FString& Options |
Creates an instance of this component |
Overridden from IModuleInterface
| Type | Name | Description | |
|---|---|---|---|
| void | Called before the module is unloaded, right before the module object is destroyed. | ||
| void | FPacketHandlerComponentModuleInterface |