IConcertServerEventSink::ArchiveSession

Called to migrate the data for a live session into an 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,
    TSharedRef< IConcertServerSession > InLiveSession,
    const FString & InArchivedSessionRoot,
    const FConcertSessionInfo & InArchivedSessionInfo,
    const FConcertSessionFilter & InSessionFilter
)

Remarks

Called to migrate the data for a live session into an archived session. @note OnArchivedSessionCreated will be called if this archive 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