Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
| |
|
| Name |
ELiveLinkSourceMode |
| Type |
enum |
| Header File |
/Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkSourceSettings.h |
| Include Path |
#include "LiveLinkSourceSettings.h" |
Syntax
enum ELiveLinkSourceMode
{
Latest,
EngineTime,
Timecode,
}
Values
| Name |
Remarks |
| 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. |