Navigation
API > API/Plugins > API/Plugins/ConcertSyncCore
This is info a client receives about another client via FConcertQueryClientStreams_Request.
| Name | FConcertQueriedClientInfo |
| Type | struct |
| Header File | /Engine/Plugins/Developer/Concert/ConcertSync/ConcertSyncCore/Source/ConcertSyncCore/Public/Replication/Data/ClientQueriedInfo.h |
| Include Path | #include "Replication/Data/ClientQueriedInfo.h" |
Syntax
USTRUCT ()
struct FConcertQueriedClientInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Authority | TArray< FConcertAuthorityClientInfo > | Indirectly describes which object properties the client has authority over. | Replication/Data/ClientQueriedInfo.h | |
| Streams | TArray< FConcertBaseStreamInfo > | The streams the client has registered. | Replication/Data/ClientQueriedInfo.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool HasAuthority
(
const FConcertObjectInStreamID& Object |
Replication/Data/ClientQueriedInfo.h | ||
bool IsEmpty() |
Replication/Data/ClientQueriedInfo.h |