Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/ISequencer
Description
Gets the currently selected key areas. If bIncludeSelectedKeys is true it will include key areas for selected keys, if not will only include key areas for selected display nodes
| Name | GetSelectedKeyAreas |
| Type | function |
| Header File | /Engine/Source/Editor/Sequencer/Public/ISequencer.h |
| Include Path | #include "ISequencer.h" |
void GetSelectedKeyAreas
(
TArray < const IKeyArea * > & OutSelectedKeyAreas,
bool bIncludeSelectedKeys
)