Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Curves > API/Runtime/Engine/Curves/FSimpleCurve
- FRealCurve::DeleteKey()
- FSimpleCurve::DeleteKey()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Curves/SimpleCurve.h |
| Include | #include "Curves/SimpleCurve.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/SimpleCurve.cpp |
virtual void DeleteKey
&40;
FKeyHandle KeyHandle
&41;
Remarks
Remove the specified key from the curve.
Parameters
| Name | Description |
|---|---|
| KeyHandle | The handle of the key to remove. |