IConcertServerEventSink::ExportSession

Called to migrate and gather the data of a live or archived session to a directory for external usage.

Windows
MacOS
Linux

References

Module

Concert

Header

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

Include

#include "IConcertServerEventSink.h"

Syntax

bool ExportSession
(
    const IConcertServer & InServer,
    const FGuid & InSessionId,
    const FString & DestDir,
    const FConcertSessionFilter & InSessionFilter,
    bool bAnonymizeData
)

Remarks

Called to migrate and gather the data of a live or archived session to a directory for external usage. @note As opposed to archiving a session, once exported, the session is not tracked anymore by the server and the exported files can be copied/modified while the server is running.

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