Navigation
API > API/Plugins > API/Plugins/ConcertClient > API/Plugins/ConcertClient/IConcertClient
References
| Module | ConcertClient |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/ConcertClient/Public/IConcertClient.h |
| Include | #include "IConcertClient.h" |
TFuture< FConcertAdmin_BatchDeleteSessionResponse > BatchDeleteSessions
&40;
const FGuid & ServerAdminEndpointId,
const FConcertBatchDeleteSessionsArgs & BatchDeletionArgs
&41;
Remarks
Deletes several live or archives sessions from the server. If the client is not sure whether the client has permission for it, it can set the SkipForbiddenSessions - the server will skip disallowed sessions instead of rejecting the entire operation. A future that will contain the server's response (and optionally which sessions were skipped due to permissions)
Parameters
| Name | Description |
|---|---|
| ServerAdminEndpointId | The Id of the Concert Server query endpoint |
| BatchDeletionArgs | The arguments that will be used for batch deleting the session(s) |