Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/ChunkedArray.h |
| Include | #include "Containers/ChunkedArray.h" |
Syntax
template<typename ChunkType, typename ElementType, uint32 NumElementsPerChunk>
struct TChunkedArrayIterator
Variables
| Type | Name | Description | |
|---|---|---|---|
| ChunkType ** | Chunk | ||
| ElementType * | Elem | ||
| ChunkType ** | LastChunk |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TChunkedArrayIterator
(
ChunkType** InChunk, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const TChunkedArrayIterator& Rhs |
||
| ElementType & | operator* () |
||
| void | operator++ () |