Navigation
Unreal Engine C++ API Reference > Editor > CurveEditor > FCurveModel
- FCurveModel::RemoveKeys()
References
Module | CurveEditor |
Header | /Engine/Source/Editor/CurveEditor/Public/CurveModel.h |
Include | #include "CurveModel.h" |
void RemoveKeys ( [TArrayView](API\Runtime\Core\Containers\TArrayView)< const [FKeyHandle](API\Runtime\Engine\Curves\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 |