Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/TInlineValue
Description
Reserve space for a structure derived from BaseType, of the size and alignment specified .
Does not initialize the memory in anyway
| Name | Reserve |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/InlineValue.h |
| Include Path | #include "Misc/InlineValue.h" |
void * Reserve
(
uint32 InSize,
uint32 InAlignment
)