Navigation
API > API/Plugins > API/Plugins/Concert
| Name | EBatchSessionDeletionFlags |
| Type | enum |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessages.h |
| Include Path | #include "ConcertMessages.h" |
Syntax
enum EBatchSessionDeletionFlags
{
Strict,
SkipForbiddenSessions = 0x01,
}
Values
| Name | Remarks |
|---|---|
| Strict | Any error in the request will make the entire operation fail. |
| SkipForbiddenSessions | If the request contains sessions that is not owned by the requesting client, skip them. |