Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TMapBase > API/Runtime/Core/TMapBase/TIterator
Description
Removes the current pair from the map without losing the iteration position. Increment before using the iterator again, but after that it will point at the element that was after the removed element.
| Name | RemoveCurrent |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Map.h |
| Include Path | #include "Containers/Map.h" |
void RemoveCurrent()