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 RequestDeleteCategory
&40;
const TArray< FName > & CategoryNamePath
&41;
Remarks
Called when the user requests that a category from this section be deleted. Whether or not the category was deleted.
Parameters
| Name | Description |
|---|---|
| CategoryNamePath | An array of category names which is the path to the category to be deleted. |