FCurveEdInterface::CreateNewKey

Add a new key to the curve with the specified input.

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 int32 CreateNewKey
(
    float KeyIn
)

Remarks

Add a new key to the curve with the specified input. Its initial value is set using EvalSub at that location. Returns the index of the new key.