Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/Replication > API/Plugins/ConcertSyncCore/Replication/Messages
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Messages/Muting.h |
| Include | #include "Replication/Messages/Muting.h" |
Syntax
USTRUCT ()
struct FConcertReplication_ChangeMuteState_Response
Remarks
If the ErrorCode != Accepted, then no changes were made on the server.
Variables
| Type | Name | Description | |
|---|---|---|---|
| EConcertReplicationMuteErrorCode | ErrorCode | ||
| TSet< FSoftObjectPath > | RejectionReasons | The objects that caused the request to be rejected. | |
| FConcertReplication_ChangeSyncControl | SyncControl | If the request unmuted objects, this contains the objects that the requester gained sync control over. |