unreal.AnimInterpolationType

class unreal.AnimInterpolationType

Bases: EnumBase

Indicates how animation should be evaluated between keys.

C++ Source:

  • Module: Engine

  • File: AnimTypes.h

LINEAR: AnimInterpolationType

Linear interpolation when looking up values between keys.

Type:

0

STEP: AnimInterpolationType

Step interpolation when looking up values between keys.

Type:

1