Navigation
API > API/Editor > API/Editor/SwarmInterface
Implementation of a task request response message. All uses include the GUID of the Job the request referred to. Currently used for these message types:
TASK_RELEASE: Signifies that the requester is no longer required to process any more Tasks. The requester is free to consider this Job completed.
TASK_RESERVATION: Sent back only if the Job specified is still active but no additional Tasks are available at this time.
TASK_SPECIFICATION: Details a Task that can be worked on
| Name | FTaskRequestResponse |
| Type | class |
| Header File | /Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h |
| Include Path | #include "SwarmInterface.h" |
Syntax
class FTaskRequestResponse : public NSwarm::FMessage
Inheritance Hierarchy
- FMessage → FTaskRequestResponse
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTaskRequestResponse
(
TTaskRequestResponseType NewResponseType |
Constructor, initializes to default and specified values | SwarmInterface.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ResponseType | TTaskRequestResponseType | The type of response this message is. Subclasses add any additional data | SwarmInterface.h |