UGroomBindingAsset::PostSaveRoot

Called from within SavePackage on the passed in base/root object.

Windows
MacOS
Linux

Override Hierarchy

UObject::PostSaveRoot()

UGroomBindingAsset::PostSaveRoot()

References

Module

HairStrandsCore

Header

/Engine/Plugins/Experimental/HairStrands/Source/HairStrandsCore/Public/GroomAsset.h

Include

#include "GroomAsset.h"

Source

/Engine/Plugins/Experimental/HairStrands/Source/HairStrandsCore/Private/GroomAsset.cpp

Syntax

virtual void PostSaveRoot
(
    bool bCleanupIsRequired
)

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

Parameter

Description

bCleanupIsRequired

Whether PreSaveRoot dirtied state that needs to be cleaned up

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss