Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/ISequencer
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/ISequencer.h |
| Include | #include "ISequencer.h" |
bool UnregisterDrawerSection
(
const FName InDrawerId,
const FName InSectionId
)
Remarks
Unregisters and removes a drawer section from the sidebar. True if the drawer removal was successful.
Parameters
| Name | Description |
|---|---|
| InDrawerId | Unique drawer Id that contains the section to unregister |
| InSectionId | Unique drawer section Id to unregister |