ELiveLinkSourceMode

Windows
MacOS
Linux

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss