Navigation
API > API/Runtime > API/Runtime/PacketHandler
A UObject alternative for loading HandlerComponents without strict module dependency
| Name | UHandlerComponentFactory |
| Type | class |
| Header File | /Engine/Source/Runtime/PacketHandlers/PacketHandler/Classes/HandlerComponentFactory.h |
| Include Path | #include "HandlerComponentFactory.h" |
Syntax
UCLASS (Abstract, MinimalAPI)
class UHandlerComponentFactory : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UHandlerComponentFactory
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UHandlerComponentFactory
(
const FObjectInitializer& ObjectInitializer |
UHandlerComponentFactory | HandlerComponentFactory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedPtr< HandlerComponent > CreateComponentInstance
(
FString& Options |
HandlerComponentFactory.h |