Navigation
API > API/Plugins > API/Plugins/LiveLinkHubMessaging
Kind of custom time step the hub is asking the editor client to apply.
| Name | ELiveLinkHubCustomTimeStepKind |
| Type | enum |
| Header File | /Engine/Plugins/Animation/LiveLinkHub/Source/LiveLinkHubMessaging/Public/LiveLinkHubMessages.h |
| Include Path | #include "LiveLinkHubMessages.h" |
Syntax
enum ELiveLinkHubCustomTimeStepKind
{
Reset,
LiveLink,
Timecode,
}
Values
| Name | Remarks |
|---|---|
| Reset | No hub-owned custom time step should be active. |
| LiveLink | Client should construct a ULiveLinkHubCustomTimeStep from the LiveLink fields. |
| Timecode | Client should construct a ULiveLinkHubTimecodeCustomTimeStep from the Timecode fields. |