Navigation
API > API/Plugins > API/Plugins/Concert
Create an archived copy of a live session.
| Name | FConcertAdmin_ArchiveSessionRequest |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessages.h |
| Include Path | #include "ConcertMessages.h" |
Syntax
USTRUCT ()
struct FConcertAdmin_ArchiveSessionRequest : public FConcertRequestData
Inheritance Hierarchy
- FConcertMessageData → FConcertRequestData → FConcertAdmin_ArchiveSessionRequest
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ArchiveNameOverride | FString | The override for the archive. | ConcertMessages.h |
|
| DeviceName | FString | The caller device name. | ConcertMessages.h |
|
| SessionFilter | FConcertSessionFilter | The filter controlling which activities from the session should be archived. | ConcertMessages.h |
|
| SessionId | FGuid | The ID of the session to archive (must be a live session). | ConcertMessages.h |
|
| UserName | FString | The caller user name. | ConcertMessages.h |
|