Navigation
API > API/Plugins > API/Plugins/LiveLink > API/Plugins/LiveLink/InterpolationProcessor > API/Plugins/LiveLink/InterpolationProcessor/ULiveLinkBasicFr-
Inheritance Hierarchy
- ILiveLinkFrameInterpolationProcessorWorker
- ULiveLinkBasicFrameInterpolationProcessor::FLiveLinkBasicFrameInterpolationProcessorWorker
- ULiveLinkAnimationFrameInterpolationProcessor::FLiveLinkAnimationFrameInterpolationProcessorWorker
References
| Module | LiveLink |
| Header | /Engine/Plugins/Animation/LiveLink/Source/LiveLink/Public/InterpolationProcessor/LiveLinkBasicFrameInterpolateProcessor.h |
| Include | #include "InterpolationProcessor/LiveLinkBasicFrameInterpolateProcessor.h" |
Syntax
class FLiveLinkBasicFrameInterpolationProcessorWorker : public ILiveLinkFrameInterpolationProcessorWorker
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bInterpolatePropertyValues |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FLiveLinkBasicFrameInterpolationProcessorWorker
(
bool bInterpolatePropertyValues |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | FindInterpolateIndex
(
double InTime, |
||
| bool | FindInterpolateIndex
(
FQualifiedFrameTime InTime, |
||
| void | GenericInterpolate
(
double InBlendFactor, |
||
| double | GetBlendFactor
(
double InTime, |
||
| double | GetBlendFactor
(
FQualifiedFrameTime InTime, |
Overridden from ILiveLinkFrameInterpolationProcessorWorker
| Type | Name | Description | |
|---|---|---|---|
| TSubclassOf< ULiveLinkRole > | GetRole () |
||
| void | Interpolate
(
double InTime, |
||
| void | Interpolate
(
const FQualifiedFrameTime& InTime, |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FGenericInterpolateOptions |