Navigation
API > API/Plugins > API/Plugins/ConcertServer > API/Plugins/ConcertServer/IConcertServer
References
| Module | ConcertServer |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertServer/Public/IConcertServer.h |
| Include | #include "IConcertServer.h" |
bool ExportSession
&40;
const FGuid & SessionId,
const FConcertSessionFilter & SessionFilter,
const FString & DestDir,
bool bAnonymizeData,
FText & OutFailureReason
&41;
Remarks
Copy the session data to a destination folder for external usage. True if the session files were exported successfully, false otherwise.
Parameters
| Name | Description |
|---|---|
| SessionId | The ID of the session to export. Can be a live or archived session. |
| SessionFilter | The filter controlling which activities from the session should be archived. |
| DestDir | The directory where the exported files should be copied. (Must exist) |
| bAnonymizeData | True to obfuscate the object and package names stored in the database. Ignored if FConcertSessionFilter::bMetaDataOnly is false. |
| OutFailureReason | The reason why exporting the session would fail. |