Navigation
API > API/Runtime > API/Runtime/LiveLinkInterface
Inheritance Hierarchy
- ILiveLinkFrameInterpolationProcessorWorker
- ULiveLinkBasicFrameInterpolationProcessor::FLiveLinkBasicFrameInterpolationProcessorWorker
- ULiveLinkAnimationFrameInterpolationProcessor::FLiveLinkAnimationFrameInterpolationProcessorWorker
References
| Module | LiveLinkInterface |
| Header | /Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkFrameInterpolationProcessor.h |
| Include | #include "LiveLinkFrameInterpolationProcessor.h" |
Syntax
class ILiveLinkFrameInterpolationProcessorWorker
Remarks
Basic object to interpolate live link frames Inherit from it to do custom blending for your data type
It can be called from any thread
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< ULiveLinkRole > | GetRole () |
||
| void | Interpolate
(
double InTime, |
||
| void | Interpolate
(
const FQualifiedFrameTime& InTime, |