Navigation
API > API/Plugins > API/Plugins/LiveLinkHub
Information about a discovered client.
| Name | FLiveLinkHubDiscoveredClientInfo |
| Type | struct |
| Header File | /Engine/Plugins/Animation/LiveLinkHub/Source/LiveLinkHub/Public/ILiveLinkHubClientsModel.h |
| Include Path | #include "ILiveLinkHubClientsModel.h" |
Syntax
struct FLiveLinkHubDiscoveredClientInfo
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Hostname | FString | Hostname of the client. | ILiveLinkHubClientsModel.h | |
| IP | FString | IP of the client. | ILiveLinkHubClientsModel.h | |
| LevelName | FString | Current level. | ILiveLinkHubClientsModel.h | |
| ProjectName | FString | Project that the client is in. | ILiveLinkHubClientsModel.h | |
| TopologyMode | ELiveLinkTopologyMode | Topology of the Client. | ILiveLinkHubClientsModel.h |