Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Containers > API/Runtime/Core/Containers/operatornew
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Containers/Array.h |
| Include | #include "Containers/Array.h" |
template<typename T, typename AllocatorType>
void * operator new
(
size_t Size,
TArray < T, AllocatorType > & Array,
typename TArray < T, AllocatorType >::SizeType Index
)