Navigation
API > API/Plugins > API/Plugins/PlainProps
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * operator new
(
std::size_t Size, |
PlainPropsBuild.h | ||
void * operator new
(
std::size_t Size, |
PlainPropsBuild.h |
operator new(std::size_t, PlainProps::FScratchAllocator &)
| Name | operator new |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBuild.h |
| Include Path | #include "PlainPropsBuild.h" |
void * operator new
(
std::size_t Size,
PlainProps::FScratchAllocator & Scratch
)
operator new(std::size_t, std::align_val_t, PlainProps::FScratchAllocator &)
| Name | operator new |
| Type | function |
| Header File | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBuild.h |
| Include Path | #include "PlainPropsBuild.h" |
void * operator new
(
std::size_t Size,
std::align_val_t Align,
PlainProps::FScratchAllocator & Scratch
)