Navigation
API > API/Runtime > API/Runtime/Engine
Indicates how animation should be evaluated between keys.
| Name | EAnimInterpolationType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Public/Animation/AnimTypes.h |
| Include Path | #include "Animation/AnimTypes.h" |
Syntax
enum EAnimInterpolationType
{
Linear,
Step,
}
Values
| Name | Remarks |
|---|---|
| Linear | Linear interpolation when looking up values between keys. |
| Step | Step interpolation when looking up values between keys. |