Navigation
API > API/Editor > API/Editor/SequencerCore
Iterator for iterating unique fragment selection sets
| Name | TUniqueFragmentSelectionSetIterator |
| Type | struct |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/Selection/SequencerCoreSelectionIterators.h |
| Include Path | #include "MVVM/Selection/SequencerCoreSelectionIterators.h" |
Syntax
template<typename KeyType>
struct TUniqueFragmentSelectionSetIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TUniqueFragmentSelectionSetIterator
(
typename TSet< KeyType >::TRangedForConstIterator InIterator |
MVVM/Selection/SequencerCoreSelectionIterators.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Iterator | TSet< KeyType >::TRangedForConstIterator | MVVM/Selection/SequencerCoreSelectionIterators.h |
Functions
Public
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
MVVM/Selection/SequencerCoreSelectionIterators.h | ||
operator KeyType() |
MVVM/Selection/SequencerCoreSelectionIterators.h | ||
KeyType operator*() |
MVVM/Selection/SequencerCoreSelectionIterators.h | ||
void operator++() |
MVVM/Selection/SequencerCoreSelectionIterators.h |