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