Navigation
Unreal Engine C++ API Reference > Editor > SwarmInterface
Inheritance Hierarchy
- FMessage
- FTaskRequestResponse
- FTaskSpecification
References
Module | SwarmInterface |
Header | /Engine/Source/Editor/SwarmInterface/Public/SwarmInterface.h |
Include | #include "SwarmInterface.h" |
Syntax
class FTaskRequestResponse : public NSwarm::FMessage
Remarks
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
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TTaskRequestResponseType | ResponseType | The type of response this message is. Subclasses add any additional data |
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FTaskRequestResponse
(
TTaskRequestResponseType NewResponseType |
Constructor, initializes to default and specified values |