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