![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for TMAPBASE< KeyType, ValueType, SetAllocator, KeyFuncs >::TKeyIterator:Public Types | |
| using | KeyArgumentType = typename IteratorType::KeyArgumentType |
Public Member Functions | |
| UE_FORCEINLINE_HINT | TKeyIterator (TMAPBASE &InMap, KeyArgumentType InKey) |
| UE_FORCEINLINE_HINT void | RemoveCurrent () |
Public Member Functions inherited from TMAPBASE< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseKeyIterator< bConst > | |
| UE_FORCEINLINE_HINT | TBaseKeyIterator (const SetItType &InSetIt) |
| UE_FORCEINLINE_HINT TBaseKeyIterator & | operator++ () |
| UE_FORCEINLINE_HINT | operator bool () const |
| UE_FORCEINLINE_HINT bool | operator! () const |
| UE_FORCEINLINE_HINT FSetElementId | GetId () const |
| UE_FORCEINLINE_HINT ItKeyType & | Key () const |
| UE_FORCEINLINE_HINT ItValueType & | Value () const |
| UE_FORCEINLINE_HINT decltype(auto) | operator* () const |
| UE_FORCEINLINE_HINT decltype(auto) | operator-> () const |
Additional Inherited Members | |
Protected Attributes inherited from TMAPBASE< KeyType, ValueType, SetAllocator, KeyFuncs >::TBaseKeyIterator< bConst > | |
| SetItType | SetIt |
Iterates over values associated with a specified key in a map.
| using TMAPBASE< KeyType, ValueType, SetAllocator, KeyFuncs >::TKeyIterator::KeyArgumentType = typename IteratorType::KeyArgumentType |
|
inline |
|
inline |
Removes the current key-value pair from the map.