FLiveLinkInterpolationInfo

Information about the interpolation that was done Used to give some cues to the caller about what's happened

Windows
MacOS
Linux

References

Module

LiveLinkInterface

Header

/Engine/Source/Runtime/LiveLinkInterface/Public/LiveLinkFrameInterpolationProcessor.h

Include

#include "LiveLinkFrameInterpolationProcessor.h"

Syntax

struct FLiveLinkInterpolationInfo

Remarks

Information about the interpolation that was done Used to give some cues to the caller about what's happened

Variables

Name Description

Public variable

bool

 

bOverflowDetected

Whether interpolation point was above our newest sample

Public variable

bool

 

bUnderflowDetected

Whether sampling was done below our oldest sample

Public variable

float

 

ExpectedEvaluationDistanceFromNewestSeconds

Distance in seconds between expected evaluation time and newest sample

Public variable

float

 

ExpectedEvaluationDistanceFromOldestSeconds

Distance in seconds between expected evaluation time and oldest sample

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