Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UClass
Description
Save information for StaticAllocateObject in the case of overwriting an existing object. StaticAllocateObject will call delete on the result after calling Restore()
Virtual Inheritance
- UObject::GetRestoreForUObjectOverwrite → UClass::GetRestoreForUObjectOverwrite
| Name | GetRestoreForUObjectOverwrite |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Class.h |
| Include Path | #include "UObject/Class.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Class.cpp |
virtual FRestoreForUObjectOverwrite * GetRestoreForUObjectOverwrite()
An FRestoreForUObjectOverwrite that can restore the object or NULL if this is not necessary.