EAnimInterpolationType

Indicates how animation should be evaluated between keys.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Animation/AnimTypes.h

Include

#include "Animation/AnimTypes.h"

Syntax

enum EAnimInterpolationType
{
    Linear,
    Step,
}

Values

Name

Description

Linear

Linear interpolation when looking up values between keys.

Step

Step interpolation when looking up values between keys.

Remarks

Indicates how animation should be evaluated between keys.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss