Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMapBase
Iterates over values associated with a specified key in a map.
| Name | TKeyIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
Syntax
class TKeyIterator : public TMapBase< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseKeyIterator< false >
Inheritance Hierarchy
- TMapBase::TBaseKeyIterator → TMapBase::TKeyIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TKeyIterator
(
TMapBase& InMap, |
Containers/Map.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| IteratorType | typename ElementSetType::TKeyIterator | Containers/Map.h | |
| KeyArgumentType | typename IteratorType::KeyArgumentType | Containers/Map.h | |
| Super | TBaseKeyIterator< false > | Containers/Map.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveCurrent() |
Removes the current key-value pair from the map. | Containers/Map.h |