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