unreal.LiveLinkTimecodeProviderEvaluationType¶
- class unreal.LiveLinkTimecodeProviderEvaluationType¶
Bases:
EnumBaseELive Link Timecode Provider Evaluation Type
C++ Source:
Plugin: LiveLink
Module: LiveLink
File: LiveLinkTimecodeProvider.h
- LATEST: LiveLinkTimecodeProviderEvaluationType = Ellipsis¶
Use the newest frame that was received.
- Type:
2
- LERP: LiveLinkTimecodeProviderEvaluationType = Ellipsis¶
Interpolate between, or extrapolate using the 2 frames that are the closest to the current world time.
- Type:
0
- NEAREST: LiveLinkTimecodeProviderEvaluationType = Ellipsis¶
Use the frame that is closest to the current world time.
- Type:
1