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