Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TCompactSet
The base type of whole set iterators.
| Name | TBaseIterator |
| 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 TBaseIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TBaseIterator
(
SetType& InSet |
|||
TBaseIterator
(
SetType& InSet, |
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. | ||
bool operator!=
(
const TBaseIterator& Rhs |
|||
ElementItType & operator*() |
|||
TBaseIterator & operator++() |
|||
bool operator==
(
const TBaseIterator& Rhs |
|||
ElementItType * operator->() |