EFilterInterpolationType

Interpolation method used by animation blending

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/EngineTypes.h

Include

#include "Engine/EngineTypes.h"

Syntax

enum EFilterInterpolationType
{
    BSIT_Average,
    BSIT_Linear,
    BSIT_Cubic,
    BSIT_MAX,
}

Values

Name

Description

BSIT_Average

BSIT_Linear

BSIT_Cubic

BSIT_MAX

Remarks

Interpolation method used by animation blending

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