Navigation
API > API/Editor > API/Editor/SwarmInterface
Encapsulates information about a Task's state, used to communicate back to the Instigator
| Name | FTaskState |
| Type | class |
| Header File | /Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h |
| Include Path | #include "SwarmInterface.h" |
Syntax
class FTaskState : public NSwarm::FMessage
Inheritance Hierarchy
- FMessage → FTaskState
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTaskState
(
FGuid NewTaskGuid, |
Constructor, initializes to specified values | SwarmInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TaskExitCode | int32 | Various stats, including run time, exit codes, etc. | SwarmInterface.h | |
| TaskGuid | FGuid | The Task GUID used for identifying the Task | SwarmInterface.h | |
| TaskMessage | const TCHAR * | SwarmInterface.h | ||
| TaskRunningTime | double | SwarmInterface.h | ||
| TaskState | TJobTaskState | The current Task state and arbitrary message | SwarmInterface.h |