Navigation
API > API/Editor > API/Editor/Sequencer > API/Editor/Sequencer/MVVM > API/Editor/Sequencer/MVVM/Selection
References
| Module | Sequencer |
| Header | /Engine/Source/Editor/Sequencer/Public/MVVM/Selection/Selection.h |
| Include | #include "MVVM/Selection/Selection.h" |
Syntax
struct FIndirectOutlinerSelectionIterator
Remarks
Iterator class for iterating the outliner nodes that have keys or sections selected on them, including the filtering mechanisms that exist on the actual selection sets
Variables
| Type | Name | Description | |
|---|---|---|---|
| const TSet< TWeakViewModelPtr< IOutlinerExtension > > * | SelectionSet |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSelectionSetIteratorState< TWeakViewModelPtr< IOutlinerExtension > > | begin () |
||
| TSelectionSetIteratorState< TWeakViewModelPtr< IOutlinerExtension > > | end () |
||
| TFilteredViewModelSelectionIterator< TWeakViewModelPtr< IOutlinerExtension >, FilterType > | Filter () |
Turn this iterator into a filtered iterator that only visits the specified viewmodel or extension types | |
| void | Gather
(
ContainerType& OutContainer |
Gather all the view models contained in this iterator into the specified container |