Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSimpleCurve
Description
Remove the specified key from the curve.
Virtual Inheritance
- FRealCurve::DeleteKey → FSimpleCurve::DeleteKey
| Name | DeleteKey |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Curves/SimpleCurve.h |
| Include Path | #include "Curves/SimpleCurve.h" |
| Source | /Engine/Source/Runtime/Engine/Private/Curves/SimpleCurve.cpp |
virtual void DeleteKey
(
FKeyHandle KeyHandle
)
Parameters
| Name | Remarks |
|---|---|
| KeyHandle | The handle of the key to remove. |
See Also
-
AddKey
-
SetKeys