Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Math > API/Runtime/Core/Math/FCurveEdInterface
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Math/CurveEdInterface.h |
| Include | #include "Math/CurveEdInterface.h" |
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.