FPacketHandlerComponentModuleInterface

[PacketHandler](API\Runtime\PacketHandler\PacketHandler) Module Interface

Windows
MacOS
Linux

Inheritance Hierarchy

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

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