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