Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
References
| Module | LiveLinkInterface |
| Header | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkSourceSettings.h |
| Include | #include "LiveLinkSourceSettings.h" |
Syntax
enum ELiveLinkSourceMode
{
Latest,
EngineTime,
Timecode,
}
Values
| Name | Description |
|---|---|
| Latest | The source will the latest frame available to evaluate its subjects. |
| EngineTime | The source will use the engine's time to evaluate its subjects. |
| Timecode | Should not be used when the engine isn't setup with a Timecode provider. |