unreal.AnimInterpolationType

class unreal.AnimInterpolationType

Bases: EnumBase

Indicates how animation should be evaluated between keys.

C++ Source:

  • Module: Engine

  • File: AnimTypes.h

LINEAR: AnimInterpolationType = Ellipsis

Linear interpolation when looking up values between keys.

Type:

0

STEP: AnimInterpolationType = Ellipsis

Step interpolation when looking up values between keys.

Type:

1