IConcertServer::RestoreSession

Restore an archived Concert server session based on the passed session info

Windows
MacOS
Linux

References

Module

Concert

Header

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

Include

#include "IConcertServer.h"

Syntax

TSharedPtr< IConcertServerSession > RestoreSession
(
    const FGuid & SessionId,
    const FConcertSessionInfo & SessionInfo,
    const FConcertSessionFilter & SessionFilter,
    FText & OutFailureReason
)

Remarks

Restore an archived Concert server session based on the passed session info

Returns

the restored server session

Parameters

Parameter

Description

SessionId

The ID of the session to restore

SessionInfo

The information about the session to create from the archive.

SessionFilter

The filter controlling which activities from the session should be restored.

OutFailureReason

The reason the operation fails if the function returns false, undefined otherwise.

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