Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject
Description
Called from within SavePackage on the passed in base/root object. This function is called after the package has been saved and can perform cleanup.
Derived Overrides
| Name | PostSaveRoot |
| Type | function |
| Header File | /Engine/Source/Runtime/CoreUObject/Public/UObject/Object.h |
| Include Path | #include "UObject/Object.h" |
| Source | /Engine/Source/Runtime/CoreUObject/Private/UObject/Obj.cpp |
virtual void PostSaveRoot
(
FObjectPostSaveRootContext ObjectSaveContext
)
Parameters
| Name | Remarks |
|---|---|
| ObjectSaveContext | Context providing access to parameters of the save and to values from PreSaveRoot |