unreal.LiveLinkTimecodeProviderEvaluationType

class unreal.LiveLinkTimecodeProviderEvaluationType

Bases: EnumBase

ELive Link Timecode Provider Evaluation Type

C++ Source:

  • Plugin: LiveLink

  • Module: LiveLink

  • File: LiveLinkTimecodeProvider.h

LATEST: LiveLinkTimecodeProviderEvaluationType

Use the newest frame that was received.

Type:

2

LERP: LiveLinkTimecodeProviderEvaluationType

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

Type:

0

NEAREST: LiveLinkTimecodeProviderEvaluationType

Use the frame that is closest to evaluation.

Type:

1