IConcertServer::ArchiveSession

Archive a Concert session on the server.

Windows
MacOS
Linux

References

Module

Concert

Header

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

Include

#include "IConcertServer.h"

Syntax

FGuid ArchiveSession
(
    const FGuid & SessionId,
    const FString & ArchiveNameOverride,
    const FConcertSessionFilter & SessionFilter,
    FText & OutFailureReason
)

Remarks

Archive a Concert session on the server.

Returns

The ID of the archived session on success, or an invalid GUID otherwise.

Parameters

Parameter

Description

SessionId

The ID of the session to archive

ArchiveNameOverride

The name override to give to the archived session.

SessionFilter

The filter controlling which activities from the session should be archived.

OutFailureReason

The reason the operation fails if the function returns false, undefined otherwise.

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