Navigation
API > API/Plugins > API/Plugins/Concert
Inheritance Hierarchy
- FConcertMessageData
- FConcertResponseData
- FConcertAdmin_ArchiveSessionResponse
References
| Module | Concert |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessages.h |
| Include | #include "ConcertMessages.h" |
Syntax
USTRUCT&40;&41;
struct FConcertAdmin_ArchiveSessionResponse : public FConcertResponseData
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGuid | ArchiveId | The ID of the new archived session (on success). | |
| FString | ArchiveName | The name of the new archived session (on success). | |
| FGuid | SessionId | The ID of the session that was requested to be archived. | |
| FString | SessionName | The name of the session that was requested to be archived. |