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 RegisterDrawerSection
(
const FName InDrawerId,
const TSharedPtr < ISidebarDrawerContent > & InSection
)
Remarks
Registers and displays a new drawer section in the sidebar. True if the new drawer section registration was successful.
Parameters
| Name | Description |
|---|---|
| InDrawerId | Unique drawer Id to register |
| InSection | Drawer content interface for the section |