Navigation
API > API/Plugins > API/Plugins/LiveLinkHubMessaging
Whether if and how LiveLinkHub should auto-connect to UE clients on the network.
| Name | ELiveLinkHubAutoConnectMode |
| Type | enum |
| Header File | /Engine/Plugins/Animation/LiveLinkHub/Source/LiveLinkHubMessaging/Public/LiveLinkHubMessages.h |
| Include Path | #include "LiveLinkHubMessages.h" |
Syntax
enum ELiveLinkHubAutoConnectMode
{
UMETA =(ToolTip = "Don't add any clients automatically."),
UMETA =(ToolTip = "Add any client that was found on the network, unless it doesn't match one of the filters."),
UMETA =(ToolTip = "Add any client running on this machine, overriding any current filter."),
}
Values
| Name | Remarks |
|---|---|
| UMETA | |
| UMETA | |
| UMETA |