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