Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TCompactSet
The base type of whole set iterators.
| Name | TBaseKeyIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/CompactSet.h.inl |
| Include Path | #include "Containers/CompactSet.h.inl" |
Syntax
template<bool bConst>
class TBaseKeyIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TBaseKeyIterator
(
SetType& InSet, |
Initialization constructor. |
Typedefs
| Name | Type | Remarks | Include Path | | --- | --- | --- | --- |Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSetElementId GetId() |
Accessors. |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
operator bool() |
Conversion to "bool" returning true if the iterator is valid. | ||
ItElementType & operator*() |
|||
TBaseKeyIterator & operator++() |
Advances the iterator to the next element. | ||
ItElementType * operator->() |