unreal.LiveLinkTimecodeProviderEvaluationType

class unreal.LiveLinkTimecodeProviderEvaluationType

Bases: unreal.EnumBase

ELive Link Timecode Provider Evaluation Type

C++ Source:

  • Plugin: LiveLink

  • Module: LiveLink

  • File: LiveLinkTimecodeProvider.h

LATEST

Use the newest frame that was received.

Type

2

LERP

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

Type

0

NEAREST

Use the frame that is closest to evaluation.

Type

1