Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
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.
| Name | FConcertReplication_QueryReplicationInfo_Request |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Messages/ClientQuery.h |
| Include Path | #include "Replication/Messages/ClientQuery.h" |
Syntax
USTRUCT ()
struct FConcertReplication_QueryReplicationInfo_Request
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClientEndpointIds | TSet< FGuid > | The clients to query about | Replication/Messages/ClientQuery.h | |
| QueryFlags | EConcertQueryClientStreamFlags | Replication/Messages/ClientQuery.h |