![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SortedMap.h>
Inherits TSortedMap< InKeyType, InValueType, ArrayAllocator, SortPredicate >::TBaseIterator< bConst >.
Public Member Functions | |
| TKeyIterator (TSortedMap &InMap, KeyInitType InKey) | |
| TKeyIterator & | operator++ () |
| void | RemoveCurrent () |
Iterates over values associated with a specified key in a map. This will be at most one value because keys must be unique
|
inline |
|
inline |
|
inline |
Removes the current key-value pair from the map.