Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
| Name | FConcertReplication_QueryMuteState_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_QueryMuteState_Response
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ErrorCode | EReplicationResponseErrorCode | Replication/Messages/Muting.h | ||
| ExplicitlyMutedObjects | TMap< FSoftObjectPath, FConcertReplication_ObjectMuteSetting > | Objects that were explicitly muted, i.e. specified with FConcertReplication_ChangeMuteState_Request::ObjectsToMute. | Replication/Messages/Muting.h | |
| ExplicitlyUnmutedObjects | TMap< FSoftObjectPath, FConcertReplication_ObjectMuteSetting > | After an outer object is muted with EConcertReplicationMuteFlags::ObjectAndSubobjects, this contains the objects that were explicitly unmuted, i.e. specified with FConcertReplication_ChangeMuteState_Request::ObjectsToUnmute. | Replication/Messages/Muting.h | |
| ImplicitlyMutedObjects | TSet< FSoftObjectPath > | Objects that were implicitly muted, i.e. some their outers are explicitly muted with EConcertReplicationMuteFlags::ObjectAndSubobjects. | Replication/Messages/Muting.h | |
| ImplicitlyUnmutedObjects | TSet< FSoftObjectPath > | Objects that were implicitly unmuted, i.e. 1. | Replication/Messages/Muting.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool IsEmpty() |
Replication/Messages/Muting.h | ||
bool IsFailure() |
Replication/Messages/Muting.h | ||
bool IsSuccess() |
Replication/Messages/Muting.h |