Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/ISequencerSection
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/ISequencerSection.h |
| Include | #include "ISequencerSection.h" |
virtual bool RequestDeleteKeyArea
(
const TArray < FName > & KeyAreaNamePath
)
Remarks
Called when the user requests that a key area from this section be deleted. Whether or not the key area was deleted.
Parameters
| Name | Description |
|---|---|
| KeyAreaNamePath | An array of names representing the path of to the key area to delete, starting with any categories which contain the key area. |