Navigation
API > API/Plugins > API/Plugins/PCG > API/Plugins/PCG/UPCGSettings
- UObject::PostSaveRoot()
- UPCGSettings::PostSaveRoot()
References
| Module | PCG |
| Header | /Engine/Plugins/Experimental/PCG/Source/PCG/Public/PCGSettings.h |
| Include | #include "PCGSettings.h" |
| Source | /Engine/Plugins/Experimental/PCG/Source/PCG/Private/PCGSettings.cpp |
virtual void PostSaveRoot
&40;
FObjectPostSaveRootContext ObjectSaveContext
&41;
Remarks
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.
Parameters
| Name | Description |
|---|---|
| ObjectSaveContext | Context providing access to parameters of the save and to values from PreSaveRoot |