TKeyIterator

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

Windows
MacOS
Linux

Inheritance Hierarchy

TMapBase::TBaseKeyIterator

TMapBase::TKeyIterator

References

Module

Core

Header

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

Include

#include "Containers/Map.h"

Syntax

Remarks

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

Constructors

Name Description

Public function

TKeyIterator

(
    TMapBase& InMap,
    KeyArgumentType InKey
)

Functions

Name Description

Public function

void

 

RemoveCurrent()

Removes the current key-value pair from the map.

Typedefs

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