![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MemoryImageWriter.h>
Public Member Functions | |
| FMemoryUnfreezeContent (const FPointerTableBase *InPointerTable) | |
| FMemoryUnfreezeContent (const FPointerTableBase *InPointerTable, const FPlatformTypeLayoutParameters &InLayoutParams) | |
| const FPointerTableBase * | TryGetPrevPointerTable () const |
| CORE_API const FTypeLayoutDesc * | GetDerivedTypeDesc (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 FPointerTableBase * | PrevPointerTable = nullptr |
| FPlatformTypeLayoutParameters | FrozenLayoutParameters |
| bool | bIsFrozenForCurrentPlatform |
|
inlineexplicit |
|
inline |
| const FTypeLayoutDesc * FMemoryUnfreezeContent::GetDerivedTypeDesc | ( | const FTypeLayoutDesc & | StaticTypeDesc, |
| int32 | TypeIndex | ||
| ) | const |
|
inline |
|
inline |
|
inline |
| bool FMemoryUnfreezeContent::bIsFrozenForCurrentPlatform |
| FPlatformTypeLayoutParameters FMemoryUnfreezeContent::FrozenLayoutParameters |
| const FPointerTableBase* FMemoryUnfreezeContent::PrevPointerTable = nullptr |