Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/Replication > API/Plugins/ConcertSyncCore/Replication/Misc
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Misc/IReplicationGroundTruth.h |
| Include | #include "Replication/Misc/IReplicationGroundTruth.h" |
Syntax
class IReplicationGroundTruth
Remarks
Defines a way to obtain streaming information about clients.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ForEachClient
(
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, |