operator new

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/ChunkedArray.h

Include

#include "Containers/ChunkedArray.h"

Syntax

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

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