Navigation
API > API/Plugins > API/Plugins/LiveLinkHubMessaging
Sent by LiveLinkHub to override the evaluation mode of the hub Live Link source on the connected client. The hub's preferred mode is authoritative: the client overwrites any local Mode on its hub source settings.
| Name | FLiveLinkHubSourceEvaluationModeMessage |
| Type | struct |
| Header File | /Engine/Plugins/Animation/LiveLinkHub/Source/LiveLinkHubMessaging/Public/LiveLinkHubMessages.h |
| Include Path | #include "LiveLinkHubMessages.h" |
Syntax
USTRUCT ()
struct FLiveLinkHubSourceEvaluationModeMessage
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Mode | ELiveLinkSourceMode | Mode to apply on the client's hub Live Link source(s). | LiveLinkHubMessages.h | |
| SourceGuid | FGuid | Target source to apply the mode to on the client. | LiveLinkHubMessages.h |