Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSet
Used to iterate over the elements of a const TSet.
| Name | TConstIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/Set.h |
| Include Path | #include "Containers/Set.h" |
Syntax
class TConstIterator : public TSet< true >::TBaseIterator
Inheritance Hierarchy
- TSet< true >::TBaseIterator → TSet::TConstIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TConstIterator
(
const TSet& InSet |
Containers/Set.h |