Navigation
Unreal Engine C++ API Reference > Plugins > Concert
References
Module | Concert |
Header | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessages.h |
Include | #include "ConcertMessages.h" |
Syntax
enum EBatchSessionDeletionFlags
{
Strict,
SkipForbiddenSessions = 0x01,
}
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. |