Navigation
API > API/Plugins > API/Plugins/ConcertClient > API/Plugins/ConcertClient/IConcertClient
Description
Rename a live or archived session if the client has the permission. The server automatically detects if the session is live or archived. If the client is not the owner the request will be refused.
| Name | RenameSession |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertClient/Public/IConcertClient.h |
| Include Path | #include "IConcertClient.h" |
TFuture < EConcertResponseCode > RenameSession
(
const FGuid & ServerAdminEndpointId,
const FGuid & SessionId,
const FString & NewName
)
A future that will contains the final response code of the request
Parameters
| Name | Remarks |
|---|---|
| ServerAdminEndpointId | The Id of the Concert Server query endpoint |
| SessionId | The Id of the live session to rename |
| NewName | The new session name |