IConcertServer::ExportSession

Copy the session data to a destination folder for external usage.

Windows
MacOS
Linux

References

Module

Concert

Header

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

Include

#include "IConcertServer.h"

Syntax

bool ExportSession
(
    const FGuid & SessionId,
    const FConcertSessionFilter & SessionFilter,
    const FString & DestDir,
    bool bAnonymizeData,
    FText & OutFailureReason
)

Remarks

Copy the session data to a destination folder for external usage.

Returns

True if the session files were exported successfully, false otherwise.

Parameters

Parameter

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.

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