Navigation
API > API/Plugins > API/Plugins/LiveLinkHubMessaging
Special connection message used to tell a UE client or Hub that they should disconnect themselves.
| Name | FLiveLinkHubDisconnectMessage |
| Type | struct |
| Header File | /Engine/Plugins/Animation/LiveLinkHub/Source/LiveLinkHubMessaging/Public/LiveLinkHubMessages.h |
| Include Path | #include "LiveLinkHubMessages.h" |
Syntax
USTRUCT ()
struct FLiveLinkHubDisconnectMessage
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| MachineName | FString | Name of the machine that hosts the provider. | LiveLinkHubMessages.h | |
| ProviderName | FString | Name of the provider to disconnect. | LiveLinkHubMessages.h | |
| SourceGuid | FGuid | Id of the source to disconnect. | LiveLinkHubMessages.h |