unreal.AnimInterpolationType¶
- class unreal.AnimInterpolationType¶
Bases:
EnumBaseIndicates 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