Navigation
API > API/Plugins > API/Plugins/ConcertTransport
References
| Module | ConcertTransport |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertTransport/Public/ConcertTransportMessages.h |
| Include | #include "ConcertTransportMessages.h" |
Syntax
enum EConcertResponseCode
&123;
Pending,
Success,
Failed,
InvalidRequest,
UnknownRequest,
TimedOut,
&125;
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