Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Serialization
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/Serialization/MemoryImage.h |
| Include | #include "Serialization/MemoryImage.h" |
Syntax
template<typename T>
struct TMemoryImageObject
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint32 | FrozenSize | ||
| T * | Object | ||
| const FTypeLayoutDesc * | TypeDesc |
Constructors
| Type | Name | Description | |
|---|---|---|---|
TMemoryImageObject
(
TOther* InObject |
|||
TMemoryImageObject
(
const TMemoryImageObject< TOther >& Rhs |
|||
TMemoryImageObject
(
const FTypeLayoutDesc& InTypeDesc, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Destroy
(
const FPointerTableBase* PointerTable |
||
| bool | Freeze
(
FPointerTableBase* PointerTable |
Returns true if the frozen/unfrozen state of the object was changed. | |
| bool | Unfreeze
(
const FPointerTableBase* PointerTable |