IConcertClient::RestoreSession

Copy an archived session into a new live session on the server, matching the client 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 > RestoreSession
(
    const FGuid & ServerAdminEndpointId,
    const FConcertCopySessionArgs & RestoreSessionArgs
)

Remarks

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.

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

RestoreSessionArgs

The arguments that will be use for the restoration of 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