Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
Defines a way to obtain streaming information about clients.
| Name | IReplicationGroundTruth |
| Type | class |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Misc/IReplicationGroundTruth.h |
| Include Path | #include "Replication/Misc/IReplicationGroundTruth.h" |
Syntax
class IReplicationGroundTruth
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~IReplicationGroundTruth() |
Replication/Misc/IReplicationGroundTruth.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void ForEachClient
(
TFunctionRef< EBreakBehavior(const FGuid&ClientEndpointId)> Callback |
Iterates through all clients have registered to send any data. | Replication/Misc/IReplicationGroundTruth.h | |
void ForEachStream
(
const FGuid& ClientEndpointId, |
Provides a way to extract all streams registered to a given client. | Replication/Misc/IReplicationGroundTruth.h | |
bool HasAuthority
(
const FGuid& ClientId, |
Replication/Misc/IReplicationGroundTruth.h |