FTaskRequestResponse

Implementation of a task request response message.

Windows
MacOS
Linux

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

Name Description

Public variable

TTaskRequestRes...

 

ResponseType

The type of response this message is. Subclasses add any additional data

Constructors

Name Description

Public function

FTaskRequestResponse

(
    TTaskRequestResponseType NewRespons...
)

Constructor, initializes to default and specified values

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss