Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/ISequencerSection
Description
Controls whether the section's key area should be visible when the section's parent outliner item is collapsed. Default is true. Override to return false for sections that draw their own visualization but don't want standard key rendering when collapsed.
| Name | ShouldShowKeyAreaWhenCollapsed |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/ISequencerSection.h |
| Include Path | #include "ISequencerSection.h" |
virtual bool ShouldShowKeyAreaWhenCollapsed() const