TIterator

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

Windows
MacOS
Linux

Inheritance Hierarchy

TSet< false >::TBaseIterator

TSet::TIterator

References

Module

Core

Header

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

Include

#include "Containers/Set.h"

Syntax

class TIterator : public TSet< false >::TBaseIterator

Remarks

Used to iterate over the elements of a TSet.

Constructors

Name Description

Public function

TIterator

(
    TSet& InSet
)

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