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