Navigation
API > API/Plugins > API/Plugins/ConcertSyncClient > API/Plugins/ConcertSyncClient/IConcertClientReplicationManager
Description
Requests replication info about other clients, including the streams registered and which objects they have authority over (i.e. are sending).
This future can finish on any thread (e.g. when message endpoint times out); usually it finishes on the game thread.
| Name | QueryClientInfo |
| Type | function |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncClient/Source/ConcertSyncClient/Public/Replication/IConcertClientReplicationManager.h |
| Include Path | #include "Replication/IConcertClientReplicationManager.h" |
TFuture < FConcertReplication_QueryReplicationInfo_Response > QueryClientInfo
(
FConcertReplication_QueryReplicationInfo_Request Args
)