Navigation
API > API/Plugins > API/Plugins/LiveLink
| |
|
| Name |
ELiveLinkTimecodeProviderEvaluationType |
| Type |
enum |
| Header File |
/Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/LiveLinkTimecodeProvider.h |
| Include Path |
#include "LiveLinkTimecodeProvider.h" |
Syntax
enum ELiveLinkTimecodeProviderEvaluationType
{
Lerp,
Nearest,
Latest,
}
Values
| Name |
Remarks |
| 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. |