Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMapBase
Map iterator.
| Name | TIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
Syntax
class TIterator : public TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseIterator< false >
Inheritance Hierarchy
- TMapBase::TBaseIterator → TMapBase::TIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TIterator
(
TMapBase& InMap, |
Initialization constructor. | Containers/Map.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~TIterator() |
Destructor. | Containers/Map.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bElementsHaveBeenRemoved | bool | Containers/Map.h | ||
| bRequiresRehashOnRemoval | bool | Containers/Map.h | ||
| Map | TMapBase & | Containers/Map.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveCurrent () |
Removes the current pair from the map without losing the iteration position. | Containers/Map.h |