Navigation
API > API/Plugins > API/Plugins/ConcertClient
References
| Module | ConcertClient |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertClient/Public/IConcertClient.h |
| Include | #include "IConcertClient.h" |
Syntax
struct FConcertCopySessionArgs
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | ArchiveNameOverride | The override for the name used when archiving the copied/restored session | |
| bool | bAutoConnect | True to auto-connect to the session after copying/restoring it | |
| FConcertSessionFilter | SessionFilter | The filter controlling which activities should be copied from the source session. | |
| FGuid | SessionId | The ID of the session to copy or restore | |
| FString | SessionName | The desired name for new session |