Navigation
API > API/Plugins > API/Plugins/ConcertServer > API/Plugins/ConcertServer/IConcertServer
Description
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.
| Name | RenameSession |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertServer/Public/IConcertServer.h |
| Include Path | #include "IConcertServer.h" |
bool RenameSession
(
const FGuid & SessionId,
const FString & NewName,
FText & OutFailureReason
)
True if the session was renamed.
Parameters
| Name | Remarks |
|---|---|
| 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. |