Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkSourceSettings.h |
Include |
#include "LiveLinkSourceSettings.h" |
enum ELiveLinkSourceMode
{
Latest,
EngineTime,
Timecode,
}
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. |