IConcertServer::RenameSession

Rename a live or archived 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

bool RenameSession
(
    const FGuid & SessionId,
    const FString & NewName,
    FText & OutFailureReason
)

Remarks

Rename a live or archived Concert session on the server. The server automatically detects if the specified session Id is a live or an archived session.

Returns

True if the session was renamed.

Parameters

Parameter

Description

SessionId

The ID of the session to rename

NewName

The new session name.

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