Navigation
API > API/Plugins > API/Plugins/Concert
References
| Module | Concert |
| Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessages.h |
| Include | #include "ConcertMessages.h" |
Syntax
enum EBatchSessionDeletionFlags
&123;
Strict,
SkipForbiddenSessions = 0x01,
&125;
Values
| Name | Description |
|---|---|
| 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. |