Navigation
API > API/Plugins > API/Plugins/Concert
| Name | EConcertSessionState |
| Type | enum |
| Header File | /Engine/Plugins/Developer/Concert/ConcertMain/Source/Concert/Public/ConcertMessageData.h |
| Include Path | #include "ConcertMessageData.h" |
Syntax
enum EConcertSessionState
{
Normal = 0,
Transient,
}
Values
| Name | Remarks |
|---|---|
| Normal | Session is a normal state and can be joined. |
| Transient | Session is in a transient state and cannot be joined. |