TKeyIterator

Iterates over values associated with a specified key in a map.

Windows
MacOS
Linux

Inheritance Hierarchy

TSortedMap< false >::TBaseIterator

TSortedMap::TKeyIterator

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/SortedMap.h

Include

#include "Containers/SortedMap.h"

Syntax

class TKeyIterator : public TSortedMap< false >::TBaseIterator

Remarks

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

Constructors

Name Description

Public function

TKeyIterator

(
    TSortedMap& InMap,
    KeyInitType InKey
)

Functions

Name Description

Public function

void

 

RemoveCurrent()

Removes the current key-value pair from the map.

Operators

Name Description

Public function

TKeyIterator...

 

operator++()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss