Navigation
API > API/Editor > API/Editor/CurveEditor > API/Editor/CurveEditor/FCurveModel
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void RemoveKeys
(
TArrayView< const FKeyHandle > InKeys |
CurveModel.h | ||
void RemoveKeys
(
TArrayView< const FKeyHandle > InKeys, |
Remove all the keys with the specified key handles from this curve | CurveModel.h |
RemoveKeys(TArrayView< const FKeyHandle >)
| Name | RemoveKeys |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveModel.h |
| Include Path | #include "CurveModel.h" |
virtual void RemoveKeys
(
TArrayView < const FKeyHandle > InKeys
)
RemoveKeys(TArrayView< const FKeyHandle >, double)
Description
Remove all the keys with the specified key handles from this curve
| Name | RemoveKeys |
| Type | function |
| Header File | /Engine/Source/Editor/CurveEditor/Public/CurveModel.h |
| Include Path | #include "CurveModel.h" |
void RemoveKeys
(
TArrayView < const FKeyHandle > InKeys,
double InCurrentTime
)
Parameters
| Name | Remarks |
|---|---|
| InKeys | Array of key handles to be removed from this curve |
| InCurrentTime | Current time slider position, may be used to set any default value to the current value at that time if no keys exist |