Navigation
API > API/Plugins > API/Plugins/LiveLinkHubMessaging
Special connection message used when connecting to a livelink hub that contains information about this client.
| Name | FLiveLinkHubConnectMessage |
| Type | struct |
| Header File | /Engine/Plugins/Animation/LiveLinkHub/Source/LiveLinkHubMessaging/Public/LiveLinkHubMessages.h |
| Include Path | #include "LiveLinkHubMessages.h" |
Syntax
USTRUCT ()
struct FLiveLinkHubConnectMessage
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| ClientInfo | FLiveLinkClientInfoMessage | Client information to forward to the hub | LiveLinkHubMessages.h | |
| ControlEndpoint | FString | MessageBus Address of the control endpoint (Address of the LiveLinkHubMessagingModule's ControlChannel). | LiveLinkHubMessages.h | |
| SourceGuid | FGuid | ID of the message bus source. | LiveLinkHubMessages.h |