Navigation
API > API/Editor > API/Editor/SequencerCore
Selection iterator class that iterates a given selection set using specialized behavior for weak pointers
| Name | TSelectionSetIteratorState |
| Type | struct |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Selection/SequencerCoreSelectionIterators.h |
| Include Path | #include "MVVM/Selection/SequencerCoreSelectionIterators.h" |
Syntax
template<typename T, typename ImplType>
struct TSelectionSetIteratorState : public UE::Sequencer::TSelectionSetIteratorImpl< T >
Inheritance Hierarchy
- TSelectionSetIteratorImpl → TSelectionSetIteratorState
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSelectionSetIteratorState
(
typename TSet< T >::TRangedForConstIterator InIteratorBegin, |
MVVM/Selection/SequencerCoreSelectionIterators.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void operator++() |
MVVM/Selection/SequencerCoreSelectionIterators.h |