FCurveEdInterface::SetKeyInterpMode

Set the method to use for interpolating between the give keyframe and the next one.

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 void SetKeyInterpMode
(
    int32 KeyIndex,
    EInterpCurveMode NewMode
)

Remarks

Set the method to use for interpolating between the give keyframe and the next one. KeyIndex must be within range ie >=0 and < NumKeys.