UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FMemoryUnfreezeContent Class Reference

#include <MemoryImageWriter.h>

Public Member Functions

 FMemoryUnfreezeContent (const FPointerTableBase *InPointerTable)
 
 FMemoryUnfreezeContent (const FPointerTableBase *InPointerTable, const FPlatformTypeLayoutParameters &InLayoutParams)
 
const FPointerTableBaseTryGetPrevPointerTable () const
 
CORE_API 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
 

Constructor & Destructor Documentation

◆ FMemoryUnfreezeContent() [1/2]

FMemoryUnfreezeContent::FMemoryUnfreezeContent ( const FPointerTableBase InPointerTable)
inlineexplicit

◆ FMemoryUnfreezeContent() [2/2]

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

Member Function Documentation

◆ GetDerivedTypeDesc()

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

◆ TryGetPrevPointerTable()

const FPointerTableBase * FMemoryUnfreezeContent::TryGetPrevPointerTable ( ) const
inline

◆ UnfreezeObject() [1/2]

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

◆ UnfreezeObject() [2/2]

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

Member Data Documentation

◆ bIsFrozenForCurrentPlatform

bool FMemoryUnfreezeContent::bIsFrozenForCurrentPlatform

◆ FrozenLayoutParameters

FPlatformTypeLayoutParameters FMemoryUnfreezeContent::FrozenLayoutParameters

◆ PrevPointerTable

const FPointerTableBase* FMemoryUnfreezeContent::PrevPointerTable = nullptr

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