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
{
Lerp,
Nearest,
Latest,
}
Values
Name | Description |
---|---|
Lerp | Interpolate between, or extrapolate using the 2 frames that are the closest to the current world time. |
Nearest | Use the frame that is closest to the current world time. |
Latest | Use the newest frame that was received. |