Navigation
API > API/Editor > API/Editor/SequencerCore > API/Editor/SequencerCore/TPopulatableIteratorMixin
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Return the remaining items in this iterator as an array The state of this iterator remains unchanged | MVVM/ViewModels/ViewModelIterators.h | ||
| Populate the specified array with the remaining items in this iterator The state of this iterator remains unchanged | MVVM/ViewModels/ViewModelIterators.h |
ToArray()
Description
Return the remaining items in this iterator as an array The state of this iterator remains unchanged
| Name | ToArray |
| Type | function |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/ViewModels/ViewModelIterators.h |
| Include Path | #include "MVVM/ViewModels/ViewModelIterators.h" |
TArray < EnumeratedType > ToArray() const
ToArray(TArray< EnumeratedType > &)
Description
Populate the specified array with the remaining items in this iterator The state of this iterator remains unchanged
| Name | ToArray |
| Type | function |
| Header File | /Engine/Source/Editor/SequencerCore/Public/MVVM/ViewModels/ViewModelIterators.h |
| Include Path | #include "MVVM/ViewModels/ViewModelIterators.h" |
void ToArray
(
TArray < EnumeratedType > & OutArray
) const