Navigation
API > API/Plugins > API/Plugins/PlainProps
References
| Module | PlainProps |
| Header | /Engine/Plugins/Experimental/PlainProps/Source/Public/PlainPropsBuild.h |
| Include | #include "PlainPropsBuild.h" |
Syntax
class FScratchAllocator
Remarks
Single-threaded scratch allocator for intermediate built representation.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FScratchAllocator
(
const FScratchAllocator& |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void * | |||
| T * | AllocateArray
(
uint64 Num |
||
| void * | AllocateZeroed
(
SIZE_T Size, |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FScratchAllocator & | operator=
(
const FScratchAllocator& |
||
| FScratchAllocator & | operator=
(
FScratchAllocator&& |