Navigation
API > API/Plugins > API/Plugins/ConcertServer > API/Plugins/ConcertServer/IConcertServer
References
| Module | ConcertServer |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertServer/Public/IConcertServer.h |
| Include | #include "IConcertServer.h" |
TSharedPtr< IConcertServerSession > RestoreSession
&40;
const FGuid & SessionId,
const FConcertSessionInfo & SessionInfo,
const FConcertSessionFilter & SessionFilter,
FText & OutFailureReason
&41;
Remarks
Restore an archived Concert server session based on the passed session info the restored server session
Parameters
| Name | 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. |