unreal.FilterInterpolationType

class unreal.FilterInterpolationType

Bases: EnumBase

Interpolation method used by animation blending

C++ Source:

  • Module: Engine

  • File: EngineTypes.h

BSIT_AVERAGE: FilterInterpolationType

0

BSIT_CUBIC: FilterInterpolationType

2

BSIT_EASE_IN_OUT: FilterInterpolationType

3

BSIT_EXPONENTIAL_DECAY: FilterInterpolationType

4

BSIT_LINEAR: FilterInterpolationType

1

BSIT_SPRING_DAMPER: FilterInterpolationType

5