Navigation
API > API/Plugins > API/Plugins/LiveLink
References
| Module | LiveLink |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkTimecodeProvider.h |
| Include | #include "LiveLinkTimecodeProvider.h" |
Syntax
enum ELiveLinkTimecodeProviderEvaluationType
&123;
Lerp,
Nearest,
Latest,
&125;
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. |