Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
| Name | EConcertSyncActivityFlags |
| Type | enum |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/ConcertSyncSessionTypes.h |
| Include Path | #include "ConcertSyncSessionTypes.h" |
Syntax
enum EConcertSyncActivityFlags
{
None = 0,
Muted = 1 << 0,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Muted | This activity will never be sent to clients by the server. |