Ark Server API (ASA) - Wiki
Loading...
Searching...
No Matches
FMemoryUnfreezeContent Class Reference

#include <MemoryImageWriter.h>

+ Collaboration diagram for FMemoryUnfreezeContent:

Public Member Functions

 FMemoryUnfreezeContent (const FPointerTableBase *InPointerTable)
 
 FMemoryUnfreezeContent (const FPointerTableBase *InPointerTable, const FPlatformTypeLayoutParameters &InLayoutParams)
 
const FPointerTableBaseTryGetPrevPointerTable () const
 
const FTypeLayoutDescGetDerivedTypeDesc (const FTypeLayoutDesc &StaticTypeDesc, int32 TypeIndex) const
 
uint32 UnfreezeObject (const void *Object, const FTypeLayoutDesc &TypeDesc, void *OutDst) const
 
template<typename T >
uint32 UnfreezeObject (const T &Object, void *OutDst) const
 

Public Attributes

const FPointerTableBasePrevPointerTable = nullptr
 
FPlatformTypeLayoutParameters FrozenLayoutParameters
 
bool bIsFrozenForCurrentPlatform
 

Detailed Description

Definition at line 77 of file MemoryImageWriter.h.

Constructor & Destructor Documentation

◆ FMemoryUnfreezeContent() [1/2]

FMemoryUnfreezeContent::FMemoryUnfreezeContent ( const FPointerTableBase * InPointerTable)
inlineexplicit

Definition at line 80 of file MemoryImageWriter.h.

+ Here is the call graph for this function:

◆ FMemoryUnfreezeContent() [2/2]

FMemoryUnfreezeContent::FMemoryUnfreezeContent ( const FPointerTableBase * InPointerTable,
const FPlatformTypeLayoutParameters & InLayoutParams )
inline

Definition at line 87 of file MemoryImageWriter.h.

+ Here is the call graph for this function:

Member Function Documentation

◆ GetDerivedTypeDesc()

const FTypeLayoutDesc * FMemoryUnfreezeContent::GetDerivedTypeDesc ( const FTypeLayoutDesc & StaticTypeDesc,
int32 TypeIndex ) const

◆ TryGetPrevPointerTable()

const FPointerTableBase * FMemoryUnfreezeContent::TryGetPrevPointerTable ( ) const
inline

Definition at line 94 of file MemoryImageWriter.h.

◆ UnfreezeObject() [1/2]

template<typename T >
uint32 FMemoryUnfreezeContent::UnfreezeObject ( const T & Object,
void * OutDst ) const
inline

Definition at line 104 of file MemoryImageWriter.h.

◆ UnfreezeObject() [2/2]

uint32 FMemoryUnfreezeContent::UnfreezeObject ( const void * Object,
const FTypeLayoutDesc & TypeDesc,
void * OutDst ) const
inline

Definition at line 98 of file MemoryImageWriter.h.

Member Data Documentation

◆ bIsFrozenForCurrentPlatform

bool FMemoryUnfreezeContent::bIsFrozenForCurrentPlatform

Definition at line 114 of file MemoryImageWriter.h.

◆ FrozenLayoutParameters

FPlatformTypeLayoutParameters FMemoryUnfreezeContent::FrozenLayoutParameters

Definition at line 113 of file MemoryImageWriter.h.

◆ PrevPointerTable

const FPointerTableBase* FMemoryUnfreezeContent::PrevPointerTable = nullptr

Definition at line 110 of file MemoryImageWriter.h.


The documentation for this class was generated from the following file: