TKeyIterator

Used to iterate over the elements of a [TSet](API\Runtime\Core\Containers\TSet).

Windows
MacOS
Linux

Inheritance Hierarchy

TSet< false >::TBaseKeyIterator

TSet::TKeyIterator

References

Module

Core

Header

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

Include

#include "Containers/Set.h"

Syntax

class TKeyIterator : public TSet< false >::TBaseKeyIterator

Remarks

Used to iterate over the elements of a TSet.

Constructors

Name Description

Public function

TKeyIterator

(
    TSet& InSet,
    KeyInitType InKey
)

Functions

Name Description

Public function

void

 

RemoveCurrent()

Removes the current element from the set.

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