Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/ISequencerChannelInterface
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
Derived Overrides
| Name | DeleteKeys_Raw |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/ISequencerChannelInterface.h |
| Include Path | #include "ISequencerChannelInterface.h" |
void DeleteKeys_Raw
(
FMovieSceneChannel * Channel,
TArrayView < const FKeyHandle > InHandles,
FFrameNumber InTime
) const
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 |