NSwarm::TTaskRequestResponseType

Windows
MacOS
Linux

References

Module

SwarmInterface

Header

/Engine/Source/Editor/SwarmInterface/Public/SwarmDefines.h

Include

#include "SwarmDefines.h"

Syntax

namespace NSwarm
{
    enum TTaskRequestResponseType
    {
        RESPONSE_TYPE_RELEASE          = 0x00000001,
        RESPONSE_TYPE_RESERVATION      = 0x00000002,
        RESPONSE_TYPE_SPECIFICATION    = 0x00000003,
    }
}

Values

Name

Description

RESPONSE_TYPE_RELEASE

RESPONSE_TYPE_RESERVATION

RESPONSE_TYPE_SPECIFICATION

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