Navigation
API > API/Plugins > API/Plugins/ConcertClient > API/Plugins/ConcertClient/IConcertClient
Description
Copy a live or and archived session into a new live session on server, matching the configured settings. If the session is archived, this is equivalent to restoring it (because copying an archive into another archive is not useful). This also initiates the connection handshake for that session with the server when bAutoConnect is true in the CopySessionArgs.
| Name | CopySession |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertClient/Public/IConcertClient.h |
| Include Path | #include "IConcertClient.h" |
TFuture < EConcertResponseCode > CopySession
(
const FGuid & ServerAdminEndpointId,
const FConcertCopySessionArgs & CopySessionArgs
)
A future that will contains the final response code of the request
Parameters
| Name | Remarks |
|---|---|
| ServerAdminEndpointId | The Id of the Concert Server query endpoint |
| CopySessionArgs | The arguments that will be use to copy the session |