UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
TChunkedArray< InElementType, TargetBytesPerChunk, AllocatorType >::FChunk Struct Reference

#include <ChunkedArray.h>

Public Attributes

ElementType Elements [NumElementsPerChunk]
 

Detailed Description

template<typename InElementType, uint32 TargetBytesPerChunk = 16384, typename AllocatorType = FDefaultAllocator>
struct TChunkedArray< InElementType, TargetBytesPerChunk, AllocatorType >::FChunk

A chunk of the array's elements.

Member Data Documentation

◆ Elements

template<typename InElementType , uint32 TargetBytesPerChunk = 16384, typename AllocatorType = FDefaultAllocator>
ElementType TChunkedArray< InElementType, TargetBytesPerChunk, AllocatorType >::FChunk::Elements[NumElementsPerChunk]

The elements in the chunk.


The documentation for this struct was generated from the following file: