Navigation
API > API/Plugins > API/Plugins/CommonConversationRuntime > API/Plugins/CommonConversationRuntime/FConversationMemory
| Name | FTaskMemoryAllocator |
| Type | class |
| Header File | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationRuntime/Public/ConversationMemory.h |
| Include Path | #include "ConversationMemory.h" |
Syntax
class FTaskMemoryAllocator
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FTaskMemoryAllocator() |
ConversationMemory.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FTaskMemoryAllocator() |
ConversationMemory.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CurrentSlab | uint8 * | ConversationMemory.h | ||
| CurrentSlabAllocatedSize | uint64 | ConversationMemory.h | ||
| Slabs | TArray< void * > | ConversationMemory.h | ||
| SlabSize | const uint64 | ConversationMemory.h | ||
| TotalAllocatedSize | uint64 | ConversationMemory.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void * Allocate
(
uint64 Size |
ConversationMemory.h |