ILiveLinkFrameInterpolationProcessorWorker

Basic object to interpolate live link frames Inherit from it to do custom blending for your data type

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public function Const

TSubclassOf<...

 

GetRole()

Public function

void

 

Interpolate

(
    double InTime,
    const FLiveLinkStaticDataStruct& I...,
    const TArray< FLiveLinkFrameDataStr...,
    FLiveLinkSubjectFrameData& OutBlen...,
    FLiveLinkInterpolationInfo& OutInt...
)

Public function

void

 

Interpolate

(
    const FQualifiedFrameTime& InTime,
    const FLiveLinkStaticDataStruct& I...,
    const TArray< FLiveLinkFrameDataStr...,
    FLiveLinkSubjectFrameData& OutBlen...,
    FLiveLinkInterpolationInfo& OutInt...
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss