Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/Replication
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/MuteUtils.h |
| Include | #include "Replication/MuteUtils.h" |
Syntax
class IMuteStateGroundTruth
Remarks
Holds information that is used to rebuilding mute state.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FConcertReplication_ObjectMuteSetting > | GetExplicitSetting
(
const FSoftObjectPath& Object |
||
| EMuteState | GetMuteState
(
const FSoftObjectPath& Object |
||
| bool | IsObjectKnown
(
const FSoftObjectPath& Object |
Checks whether an object is known.Only known objects can be muted on the server. |