Navigation
API > API/Runtime > API/Runtime/Core
| Name | Allocator |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/FramePro/FramePro.h |
| Include Path | #include "FramePro/FramePro.h" |
Syntax
class Allocator
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~Allocator() |
FramePro/FramePro.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * Alloc
(
size_t size |
FramePro/FramePro.h | ||
void Free
(
void* p |
FramePro/FramePro.h |