UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ChunkedArray.h File Reference

Go to the source code of this file.

Classes

struct  UE4ChunkedArray_Private::TChunkedArrayIterator< ChunkType, ElementType, NumElementsPerChunk >
 
class  TChunkedArray< InElementType, TargetBytesPerChunk, AllocatorType >
 
struct  TChunkedArray< InElementType, TargetBytesPerChunk, AllocatorType >::FChunk
 

Namespaces

namespace  UE4ChunkedArray_Private
 

Functions

template<typename T , uint32 TargetBytesPerChunk, typename AllocatorType >
voidoperator new (size_t Size, TChunkedArray< T, TargetBytesPerChunk, AllocatorType > &ChunkedArray)
 

Function Documentation

◆ operator new()

template<typename T , uint32 TargetBytesPerChunk, typename AllocatorType >
void * operator new ( size_t  Size,
TChunkedArray< T, TargetBytesPerChunk, AllocatorType > &  ChunkedArray 
)