unreal.AnimInterpolationType

class unreal.AnimInterpolationType

Bases: unreal.EnumBase

Indicates how animation should be evaluated between keys.

C++ Source:

  • Module: Engine

  • File: AnimTypes.h

LINEAR

Linear interpolation when looking up values between keys.

Type

0

STEP

Step interpolation when looking up values between keys.

Type

1