TConstKeyIterator

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

Windows
MacOS
Linux

Inheritance Hierarchy

TSet< true >::TBaseKeyIterator

TSet::TConstKeyIterator

References

Module

Core

Header

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

Include

#include "Containers/Set.h"

Syntax

class TConstKeyIterator : public TSet< true >::TBaseKeyIterator

Remarks

Used to iterate over the elements of a const TSet.

Constructors

Name Description

Public function

TConstKeyIterator

(
    const TSet& InSet,
    KeyArgumentType InKey
)

Typedefs

Name

Description

KeyArgumentType

Super

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