Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher
References
| Module | InterchangeDispatcher |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeWorkerHandler.h |
| Include | #include "InterchangeWorkerHandler.h" |
Syntax
class FInterchangeWorkerHandler
Remarks
Handle a Worker by socket communication.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FSimpleMulticastDelegate | OnWorkerHandlerExitLoop |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInterchangeWorkerHandler
(
FInterchangeDispatcher& InDispatcher, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | IsAlive () |
||
| bool | |||
| void | ProcessCommand
(
ICommand& Command |
||
| void | Run () |
||
| void | Stop () |
||
| void | StopBlocking () |
Enums
| Type | Name | Description | |
|---|---|---|---|
| EWorkerErrorState | |||
| EWorkerState |