TIterator

Map iterator.

Windows
MacOS
Linux

Inheritance Hierarchy

TMapBase::TBaseIterator

TMapBase::TIterator

References

Module

Core

Header

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

Include

#include "Containers/Map.h"

Syntax

Remarks

Map iterator.

Constructors

Name Description

Public function

TIterator

(
    TMapBase& InMap,
    bool bInRequiresRehashOnRemoval
)

Initialization constructor.

Destructors

Name Description

Public function

~TIterator()

Destructor.

Functions

Name Description

Public function

void

 

RemoveCurrent()

Removes the current pair from the map.

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