Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
| |
|
| Name |
EConcertReplicationMuteOption |
| Type |
enum |
| Header File |
/Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Messages/Muting.h |
| Include Path |
#include "Replication/Messages/Muting.h" |
Syntax
enum EConcertReplicationMuteOption
{
OnlyObject,
ObjectAndSubobjects = 1 << 0,
}
Values
| Name |
Remarks |
| OnlyObject |
Only the specified object is affected; subobjects are not. |
| ObjectAndSubobjects |
The setting applies for all subobjects of the object as well. |