IConcertClient::CopySession

Copy a live or and archived session into a new live session on server, matching the configured settings.

Windows
MacOS
Linux

References

Module

Concert

Header

/Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertClient.h

Include

#include "IConcertClient.h"

Syntax

TFuture< EConcertResponseCode > CopySession
(
    const FGuid & ServerAdminEndpointId,
    const FConcertCopySessionArgs & CopySessionArgs
)

Remarks

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.

Returns

A future that will contains the final response code of the request

Parameters

Parameter

Description

ServerAdminEndpointId

The Id of the Concert Server query endpoint

CopySessionArgs

The arguments that will be use to copy the session

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss