![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
Inheritance diagram for FRestoreClassInfo:Public Member Functions | |
| FRestoreClassInfo (UClass *Save) | |
| virtual void | Restore () const |
Public Member Functions inherited from FRestoreForUObjectOverwrite | |
| virtual | ~FRestoreForUObjectOverwrite () |
Helper class used to save and restore information across a StaticAllocateObject over the top of an existing UClass.
|
inline |
Constructor: remember the info for the class so that we can restore it after we've called FMemory::Memzero() on the object's memory address, which results in the non-intrinsic classes losing this data
Called once the new object has been reinitialized
Implements FRestoreForUObjectOverwrite.