Navigation
API > API/Editor > API/Editor/SequencerCore
Minimal traits class for iterator implementations. Can be specialized to customize selection set iteration behavior.
| Name | TSelectionSetIteratorImpl |
| Type | struct |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Selection/SequencerCoreSelectionIterators.h |
| Include Path | #include "MVVM/Selection/SequencerCoreSelectionIterators.h" |
Syntax
template<typename T>
struct TSelectionSetIteratorImpl
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSelectionSetIteratorImpl
(
typename TSet< T >::TRangedForConstIterator InIteratorBegin, |
MVVM/Selection/SequencerCoreSelectionIterators.h |
Functions
Public
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SkipInvalid() |
Skip invalid iterations - by default all items are valid | MVVM/Selection/SequencerCoreSelectionIterators.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const T & operator*() |
Access the current value of the iterator. By default this just returns the value directly. | MVVM/Selection/SequencerCoreSelectionIterators.h |