UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TSortedMap< InKeyType, InValueType, ArrayAllocator, SortPredicate >::TKeyIterator Class Reference

#include <SortedMap.h>

Inherits TSortedMap< InKeyType, InValueType, ArrayAllocator, SortPredicate >::TBaseIterator< bConst >.

Public Member Functions

 TKeyIterator (TSortedMap &InMap, KeyInitType InKey)
 
TKeyIteratoroperator++ ()
 
void RemoveCurrent ()
 

Detailed Description

template<typename InKeyType, typename InValueType, typename ArrayAllocator, typename SortPredicate>
class TSortedMap< InKeyType, InValueType, ArrayAllocator, SortPredicate >::TKeyIterator

Iterates over values associated with a specified key in a map. This will be at most one value because keys must be unique

Constructor & Destructor Documentation

◆ TKeyIterator()

Member Function Documentation

◆ operator++()

◆ RemoveCurrent()

Removes the current key-value pair from the map.


The documentation for this class was generated from the following file: