operator new

Windows
MacOS
Linux

Deprecated

  • Placement new on TIndirectArray has been deprecated - users should call Insert() passing a pointer to an object created with new.

References

Module

Core

Header

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

Include

#include "Containers/IndirectArray.h"

Syntax

template<typename T, typename Allocator>
void * operator new
(
    size_t Size,
    TIndirectArray< T, Allocator > & Array,
    int32 Index
)

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