Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FCurveEdInterface
Description
Set the method to use for interpolating between the give keyframe and the next one. KeyIndex must be within range ie >=0 and < NumKeys.
| Name | SetKeyInterpMode |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Math/CurveEdInterface.h |
| Include Path | #include "Math/CurveEdInterface.h" |
virtual void SetKeyInterpMode
(
int32 KeyIndex,
EInterpCurveMode NewMode
)