![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <ChunkedArray.h>
Public Member Functions | |
| ElementType & | operator* () const |
| void | operator++ () |
| bool | operator!= (const TChunkedArrayIterator &Rhs) const |
Public Attributes | |
| ChunkType ** | Chunk |
| uint32 | Count = 0 |
| uint32 | ElementIndex = 0 |
|
inline |
|
inline |
|
inline |
| ChunkType** UE4ChunkedArray_Private::TChunkedArrayIterator< ChunkType, ElementType, NumElementsPerChunk >::Chunk |
| uint32 UE4ChunkedArray_Private::TChunkedArrayIterator< ChunkType, ElementType, NumElementsPerChunk >::Count = 0 |
| uint32 UE4ChunkedArray_Private::TChunkedArrayIterator< ChunkType, ElementType, NumElementsPerChunk >::ElementIndex = 0 |