TChunkedArrayIterator

Windows
MacOS
Linux

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

Name Description

Public variable

ChunkType *...

 

Chunk

Public variable

ElementType ...

 

Elem

Public variable

ChunkType *...

 

LastChunk

Constructors

Name Description

Public function

TChunkedArrayIterator

(
    ChunkType** InChunk,
    ChunkType** InLastChunk,
    ElementType* InElem
)

Operators

Name Description

Public function Const

ElementType ...

 

operator*()

Public function

void

 

operator++()

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss