Navigation
API > API/Plugins > API/Plugins/InterchangeDispatcher
References
| Module | InterchangeDispatcher |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Dispatcher/Public/InterchangeDispatcher.h |
| Include | #include "InterchangeDispatcher.h" |
Syntax
class FInterchangeDispatcher
Remarks
Handle a list of tasks, and a set of external workers to consume them.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FInterchangeDispatcher
(
const FString& InResultFolder |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | |||
| int32 | AddTask
(
const FString& JsonDescription, |
||
| FString | |||
| TOptional< FTask > | GetNextTask () |
||
| void | GetTaskState
(
int32 TaskIndex, |
||
| void | GetTaskState
(
int32 TaskIndex, |
||
| bool | |||
| bool | IsOver () |
||
| void | SetInterchangeWorkerFatalError
(
FString& ErrorMessage |
||
| void | SetTaskState
(
int32 TaskIndex, |
||
| void | StartProcess () |
||
| void | StopProcess
(
bool bBlockUntilTerminated |
||
| void | |||
| void |