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