Navigation
API > API/Plugins > API/Plugins/LiveLinkHubMessaging
Discovery message used by LiveLinkHubConnectionManager to find providers to connect to.
| Name | FLiveLinkHubDiscoveryMessage |
| Type | struct |
| Header File | /Engine/Plugins/Animation/LiveLinkHub/Source/LiveLinkHubMessaging/Public/LiveLinkHubMessages.h |
| Include Path | #include "LiveLinkHubMessages.h" |
Syntax
USTRUCT ()
struct FLiveLinkHubDiscoveryMessage
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| LiveLinkHubMessages.h | |||
FLiveLinkHubDiscoveryMessage
(
FString InProviderName, |
LiveLinkHubMessages.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CreationTime | double | Creation time used to calculate the machine time offset. | LiveLinkHubMessages.h |
|
| DiscoveryProtocolVersion | int32 | LiveLink Discovery Protocol Version in use. | LiveLinkHubMessages.h | |
| InstanceId | FString | Unique ID for this provider. | LiveLinkHubMessages.h | |
| LiveLinkVersion | int32 | LiveLink Version in use by this client. | LiveLinkHubMessages.h | |
| MachineName | FString | Name of the machine that hosts the provider. | LiveLinkHubMessages.h | |
| Mode | ELiveLinkTopologyMode | Name of the provider to connect. | LiveLinkHubMessages.h | |
| ProviderName | FString | Name of the provider to connect. | LiveLinkHubMessages.h |