Navigation
API > API/Plugins > API/Plugins/HairStrandsCore > API/Plugins/HairStrandsCore/UGroomBindingAsset > API/Plugins/HairStrandsCore/UGroomBindingAsset/PostSaveRoot
- UObject::PostSaveRoot()
- UGroomBindingAsset::PostSaveRoot()
References
| Module | HairStrandsCore |
| Header | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Public/GroomBindingAsset.h |
| Include | #include "GroomBindingAsset.h" |
| Source | /Engine/Plugins/Runtime/HairStrands/Source/HairStrandsCore/Private/GroomBindingAsset.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 |