Navigation
API > API/Plugins > API/Plugins/LiveLinkHubMessaging
References
| Module | LiveLinkHubMessaging |
| Header | /Engine/Plugins/Animation/LiveLinkHub/Source/LiveLinkHubMessaging/Public/LiveLinkHubMessages.h |
| Include | #include "LiveLinkHubMessages.h" |
Syntax
USTRUCT ()
struct FLiveLinkHubTimecodeSettings
Remarks
Special message to communicate / override time code used by the connected editor.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FFrameRate | DesiredFrameRate | Desired frame rate to set if Source == ELiveLinkHubTimecodeSource::SystemTimeEditor. | |
| ELiveLinkHubTimecodeSource | Source | Source time code value. | |
| FName | SubjectName | Name of the subject to map timecode if Source == ELiveLinkHubTimecodeSource::UseSubjectName |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Assign the settings to a new timecode provider and override the current engine settings. |