Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FKeyBarCurveModel
- FCurveModel::RemoveKeys()
- FKeyBarCurveModel::RemoveKeys()
References
| Module | CurveEditor |
| Header | /Engine/Source/Editor/CurveEditor/Public/KeyBarCurveModel.h |
| Include | #include "KeyBarCurveModel.h" |
virtual void RemoveKeys
(
TArrayView< const FKeyHandle > InKeys
)
Remarks
Remove all the keys with the specified key handles from this curve
Parameters
| Name | Description |
|---|---|
| InKeys | Array of key handles to be removed from this curve |