Navigation
API > API/Plugins > API/Plugins/Concert
Inheritance Hierarchy
- FConcertMessageData
- FConcertResponseData
- FConcertSession_CustomResponse
References
| Module | Concert |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessages.h |
| Include | #include "ConcertMessages.h" |
Syntax
USTRUCT&40;&41;
struct FConcertSession_CustomResponse : public FConcertResponseData
Variables
| Type | Name | Description | |
|---|---|---|---|
| FConcertSessionSerializedPayload | SerializedPayload | The serialized payload that we're hosting. |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetResponseCode
(
const EConcertSessionResponseCode InResponseCode |
Set the internal Concert response code from the custom response code from the request handler |
Overridden from FConcertMessageData
| Type | Name | Description | |
|---|---|---|---|
| bool |