Navigation
API > API/Runtime > API/Runtime/Core
| Name | FPointerTableBase |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/MemoryImage.h |
| Include Path | #include "Serialization/MemoryImage.h" |
Syntax
class FPointerTableBase
Derived Classes
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual ~FPointerTableBase() |
Serialization/MemoryImage.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| TypeDependencies | TArray< const FTypeLayoutDesc * > | Serialization/MemoryImage.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 AddIndexedPointer
(
const FTypeLayoutDesc& TypeDesc, |
Serialization/MemoryImage.h | ||
int32 AddTypeDependency
(
const FTypeLayoutDesc& TypeDesc |
Serialization/MemoryImage.h | ||
void * GetIndexedPointer
(
const FTypeLayoutDesc& TypeDesc, |
Serialization/MemoryImage.h | ||
const FTypeLayoutDesc * GetTypeDependency
(
int32 Index |
Serialization/MemoryImage.h | ||
virtual bool LoadFromArchive
(
FArchive& Ar, |
Serialization/MemoryImage.h | ||
virtual void SaveToArchive
(
FArchive& Ar, |
Serialization/MemoryImage.h |