Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/IKeyArea
Description
Delete the specified keys. If all keys are removed, the current value at that time will be set as the default value for the channel
| Name | DeleteKeys |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/IKeyArea.h |
| Include Path | #include "IKeyArea.h" |
| Source | /Engine/Source/Editor/Sequencer/Private/IKeyArea.cpp |
void DeleteKeys
(
TArrayView < const FKeyHandle > InHandles,
FFrameNumber InTime
)
Parameters
| Name | Remarks |
|---|---|
| Channel | The channel to remove the keys from |
| InHandles | The key handles to delete |
| InTime | The time at which to evaluate for the default value if there are no keys remaining |