Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TSparseSet
The base type of whole set iterators.
| Name | TBaseIterator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Containers/SparseSet.h.inl |
| Include Path | #include "Containers/SparseSet.h.inl" |
Syntax
template<bool bConst, bool bRangedFor>
class TBaseIterator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TBaseIterator
(
const ElementItType& InElementIt |
Typedefs
| Name | Type | Remarks | Include Path | | --- | --- | --- | --- |Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers | | --- | --- | --- | --- | --- |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!() |
Inverse of the "bool" operator | ||
bool operator!=
(
const TBaseIterator& Rhs |
|||
ItElementType & operator*() |
|||
TBaseIterator & operator++() |
Advances the iterator to the next element. | ||
bool operator==
(
const TBaseIterator& Rhs |
|||
ItElementType * operator->() |