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