IConcertServerEventSink::ArchiveSession

Called to migrate the data of an offline live session into and offline archived session.

Windows
MacOS
Linux

References

Module

Concert

Header

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

Include

#include "IConcertServerEventSink.h"

Syntax

bool ArchiveSession
(
    const IConcertServer & InServer,
    const FString & InLiveSessionWorkingDir,
    const FString & InArchivedSessionRoot,
    const FConcertSessionInfo & InArchivedSessionInfo,
    const FConcertSessionFilter & InSessionFilter
)

Remarks

Called to migrate the data of an offline live session into and offline archived session. @note This function is use at boot time to auto-archive session that were not archived at shutdown because the server crashed or was killed.

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