Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSortedSet
Set iterator
| Name | TIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SortedSet.h |
| Include Path | #include "Containers/SortedSet.h" |
Syntax
class TIterator : public TSortedSet< false >::TBaseIterator
Inheritance Hierarchy
- TSortedSet< false >::TBaseIterator → TSortedSet::TIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TIterator
(
TSortedSet& InSet |
Containers/SortedSet.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveCurrent() |
Removes the current element from the set | Containers/SortedSet.h |