![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <MemoryImage.h>
Public Member Functions | |
| TMemoryImageObject () | |
| TMemoryImageObject (const FTypeLayoutDesc &InTypeDesc, T *InObject, uint32 InFrozenSize) | |
| template<typename TOther > | |
| TMemoryImageObject (TOther *InObject) | |
| template<typename TOther > | |
| TMemoryImageObject (const TMemoryImageObject< TOther > &Rhs) | |
| void | Destroy (const FPointerTableBase *PointerTable) |
| bool | Freeze (FPointerTableBase *PointerTable) |
| bool | Unfreeze (const FPointerTableBase *PointerTable) |
Public Attributes | |
| const FTypeLayoutDesc * | TypeDesc |
| T * | Object |
| uint32 | FrozenSize |
|
inline |
|
inline |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
| uint32 TMemoryImageObject< T >::FrozenSize |
| T* TMemoryImageObject< T >::Object |
| const FTypeLayoutDesc* TMemoryImageObject< T >::TypeDesc |