Navigation
API > API/Runtime > API/Runtime/Core
| Name | FMemoryUnfreezeContent |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/Serialization/MemoryImageWriter.h |
| Include Path | #include "Serialization/MemoryImageWriter.h" |
Syntax
class FMemoryUnfreezeContent
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FMemoryUnfreezeContent
(
const FPointerTableBase* InPointerTable |
Serialization/MemoryImageWriter.h | ||
FMemoryUnfreezeContent
(
const FPointerTableBase* InPointerTable, |
Serialization/MemoryImageWriter.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsFrozenForCurrentPlatform | bool | Serialization/MemoryImageWriter.h | ||
| FrozenLayoutParameters | FPlatformTypeLayoutParameters | Layout of the frozen data. | Serialization/MemoryImageWriter.h | |
| PrevPointerTable | const FPointerTableBase * | Serialization/MemoryImageWriter.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FTypeLayoutDesc * GetDerivedTypeDesc
(
const FTypeLayoutDesc& StaticTypeDesc, |
Serialization/MemoryImageWriter.h | ||
const FPointerTableBase * TryGetPrevPointerTable() |
Serialization/MemoryImageWriter.h | ||
uint32 UnfreezeObject
(
const T& Object, |
Serialization/MemoryImageWriter.h | ||
uint32 UnfreezeObject
(
const void* Object, |
Serialization/MemoryImageWriter.h |