Navigation
Unreal Engine C++ API Reference > Plugins > DTLSHandlerComponent
Inheritance Hierarchy
- IModuleInterface
- FPacketHandlerComponentModuleInterface
- FDTLSHandlerComponentModule
References
Module | DTLSHandlerComponent |
Header | /Engine/Plugins/Runtime/PacketHandlers/DTLSHandlerComponent/Source/Public/DTLSHandlerComponent.h |
Include | #include "DTLSHandlerComponent.h" |
Syntax
class FDTLSHandlerComponentModule : public FPacketHandlerComponentModuleInterface
Remarks
The public interface to this module.
Overridden from FPacketHandlerComponentModuleInterface
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 |