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/AuthorityConflictSharedUtils.h |
| Include | #include "Replication/AuthorityConflictSharedUtils.h" |
Syntax
class IReplicationGroundTruth
Remarks
Defines a way to obtain streaming information about clients.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ForEachSendingClient
(
TFunctionRef< EBreakBehavior(const FGuid&ClientEndpointId)> Callback |
Iterates through all clients have registered to send any data. | |
| void | ForEachStream
(
const FGuid& ClientEndpointId, |
Provides a way to extract all streams registered to a given client. | |
| bool | HasAuthority
(
const FGuid& ClientId, |