IConcertServerEventSink::RestoreSession

Called to migrate the data for an archived session into a live session.

Windows
MacOS
Linux

References

Module

Concert

Header

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

Include

#include "IConcertServerEventSink.h"

Syntax

bool RestoreSession
(
    const IConcertServer & InServer,
    const FGuid & InArchivedSessionId,
    const FString & InLiveSessionRoot,
    const FConcertSessionInfo & InLiveSessionInfo,
    const FConcertSessionFilter & InSessionFilter
)

Remarks

Called to migrate the data for an archived session into a live session. @note OnLiveSessionCreated will be called if this restoration was successful.

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