Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSortedMap
Iterates over values associated with a specified key in a map. This will be at most one value because keys must be unique
| Name | TKeyIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SortedMap.h |
| Include Path | #include "Containers/SortedMap.h" |
Syntax
class TKeyIterator : public TSortedMap< false >::TBaseIterator
Inheritance Hierarchy
- TSortedMap< false >::TBaseIterator → TSortedMap::TKeyIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TKeyIterator
(
TSortedMap& InMap, |
Containers/SortedMap.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Super | TBaseIterator< false > | Containers/SortedMap.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveCurrent() |
Removes the current key-value pair from the map. | Containers/SortedMap.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TKeyIterator & operator++() |
Containers/SortedMap.h |