Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSet
Used to iterate over the elements of a TSet.
| Name | TKeyIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include Path | #include "Containers/Set.h" |
Syntax
class TKeyIterator : public TSet< false >::TBaseKeyIterator
Inheritance Hierarchy
- TSet< false >::TBaseKeyIterator → TSet::TKeyIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TKeyIterator
(
TSet& InSet, |
Containers/Set.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| KeyArgumentType | typename Super::KeyArgumentType | Containers/Set.h | |
| Super | TBaseKeyIterator< false > | Containers/Set.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void RemoveCurrent() |
Removes the current element from the set. | Containers/Set.h |