FDTLSHandlerComponentModule

The public interface to this module.

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public function Virtual

TSharedPtr< ...

 

CreateComponentInstance

(
    FString& Options
)

Creates an instance of this component

Overridden from IModuleInterface

Name Description

Public function Virtual

void

 

ShutdownModule()

Called before the module is unloaded, right before the module object is destroyed.

Public function Virtual

void

 

StartupModule()

FPacketHandlerComponentModuleInterface

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss