Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/TSparseArray
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/SparseArray.h |
| Include | #include "Containers/SparseArray.h" |
Syntax
template<typename SubsetAllocator>
class TConstSubsetIterator
Remarks
An iterator which only iterates over the elements of the array which correspond to set bits in a separate bit array.
Constructors
| Type | Name | Description | |
|---|---|---|---|
TConstSubsetIterator
(
const TSparseArray& InArray, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| FORCEINLINEint32 | GetIndex () |
||
| FORCEINLINE const FRelativeBitReference & |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FORCEINLINE | Conversion to "bool" returning true if the iterator is valid. | ||
| FORCEINLINEbool | operator! () |
Inverse of the "bool" operator | |
| FORCEINLINE const ElementType & | operator* () |
||
| FORCEINLINETConstSubsetIterator & | operator++ () |
||
| FORCEINLINE const ElementType * | operator-> () |