Navigation
API > API/Plugins > API/Plugins/Concert > API/Plugins/Concert/IConcertServerEventSink
References
| Module | Concert |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/IConcertServerEventSink.h |
| Include | #include "IConcertServerEventSink.h" |
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.
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.