ELiveLinkTimecodeProviderEvaluationType

Windows
MacOS
Linux

References

Module

LiveLink

Header

/Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkTimecodeProvider.h

Include

#include "LiveLinkTimecodeProvider.h"

Syntax

enum ELiveLinkTimecodeProviderEvaluationType
{
    Lerp,
    Nearest,
    Latest,
}

Values

Name

Description

Lerp

Interpolate, or extrapolate, between the 2 frames that are the closest to evaluation.

Nearest

Use the frame that is closest to evaluation.

Latest

Use the newest frame that was received.

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