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