Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore > API/Plugins/ConcertSyncCore/Replication > API/Plugins/ConcertSyncCore/Replication/Messages
References
| Module | ConcertSyncCore |
| Header | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Messages/ClientQuery.h |
| Include | #include "Replication/Messages/ClientQuery.h" |
Syntax
USTRUCT ()
struct FConcertReplication_QueryReplicationInfo_Request
Remarks
Allows a client query about another client's registered streams.
Currently, clients must continuously poll to detect when a client changes this data. TODO: Add an event with which clients can be notified when another client changes their profile. TODO: Alternative to an event, we can add a version int which is incremented every time the info changes.
Variables
| Type | Name | Description | |
|---|---|---|---|
| TSet< FGuid > | ClientEndpointIds | The clients to query about | |
| EConcertQueryClientStreamFlags | QueryFlags |