FCurveEdInterface::GetKeyInterpMode

Get the interpolation mode of the specified keyframe.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/CurveEdInterface.h

Include

#include "Math/CurveEdInterface.h"

Syntax

virtual EInterpCurveMode GetKeyInterpMode
(
    int32 KeyIndex
) const

Remarks

Get the interpolation mode of the specified keyframe. This can be CIM_Constant, CIM_Linear or CIM_Curve. KeyIndex must be within range ie >=0 and < NumKeys.