FFIRFilterTimeBased

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/AnimInterpFilter.h

Include

#include "AnimInterpFilter.h"

Syntax

struct FFIRFilterTimeBased

Variables

Name Description

Public variable

float

 

LastOutput

Constructors

Name Description

Public function

FFIRFilterTimeBased()

Public function

FFIRFilterTimeBased

(
    float Duration,
    EFilterInterpolationType InInterpol...
)

Functions

Name Description

Public function

float

 

GetFilteredData

(
    float Input,
    float DeltaTime
)

Public function

void

 

Initialize

(
    float WindowDuration,
    EFilterInterpolationType BlendType
)

Public function Const

bool

 

IsValid()

Public function

bool

 

NeedsUpdate

(
    const EFilterInterpolationType InTy...,
    const float InTime
)

Public function

void

 

SetWindowDuration

(
    float WindowDuration
)

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