IConcertClient::DeleteSession

Delete a live or archived session from the server if the client is the owner of the session.

Windows
MacOS
Linux

References

Module

Concert

Header

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

Include

#include "IConcertClient.h"

Syntax

TFuture< EConcertResponseCode > DeleteSession
(
    const FGuid & ServerAdminEndpointId,
    const FGuid & SessionId
)

Remarks

Delete a live or archived session from the server if the client is the owner of the session. The server automatically detects if the session is live or archived. If the client is not the owner the request will be refused.

Returns

A future that will contains the final response code of the request

Parameters

Parameter

Description

ServerAdminEndpointId

The Id of the Concert Server query endpoint

SessionId

The Id of the session to delete

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