Navigation
API > API/Plugins > API/Plugins/Concert > API/Plugins/Concert/IConcertServerEventSink
Description
Called to migrate and gather the data of a live or archived session to a directory for external usage.
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.
| Name | ExportSession |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertServerEventSink.h |
| Include Path | #include "IConcertServerEventSink.h" |
bool ExportSession
(
const IConcertServer & InServer,
const FGuid & InSessionId,
const FString & DestDir,
const FConcertSessionFilter & InSessionFilter,
bool bAnonymizeData
)