Navigation
API > API/Plugins > API/Plugins/Concert
Inheritance Hierarchy
- FConcertMessageData
- FConcertRequestData
- FConcertAdmin_CopySessionRequest
References
| Module | Concert |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessages.h |
| Include | #include "ConcertMessages.h" |
Syntax
USTRUCT&40;&41;
struct FConcertAdmin_CopySessionRequest : public FConcertRequestData
Remarks
Used to copy a live session or restore an archived one.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bRestoreOnly | True to constrain the session to copy to be an archive (implying a restore operation). | |
| FConcertClientInfo | OwnerClientInfo | Information about the owner of the copied session. | |
| FConcertSessionFilter | SessionFilter | The filter controlling which activities from the session should be copied over. | |
| FGuid | SessionId | The ID of the session to copy or restore. | |
| FString | SessionName | The name of the session to create. | |
| FConcertSessionSettings | SessionSettings | Settings to apply to the copied session. | |
| FConcertSessionVersionInfo | VersionInfo | Version information of the client requesting the copy. |