EConcertResponseCode

Response codes to a sent request

Windows
MacOS
Linux

References

Module

ConcertTransport

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/ConcertTransportMessages.h

Include

#include "ConcertTransportMessages.h"

Syntax

enum EConcertResponseCode
{
    Pending,
    Success,
    Failed,
    InvalidRequest,
    UnknownRequest,
    TimedOut,
}

Values

Name

Description

Pending

The response code is still pending.

Success

The request data was valid. A response was generated.

Failed

The request data was valid, but the request failed. A response was generated.

InvalidRequest

The request data was invalid. No response was generated.

UnknownRequest

The request type was unknown on the target instance. No response was generated.

TimedOut

The request failed to reach the target instance. No response was generated.

Remarks

Response codes to a sent request

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