Navigation
API > API/Runtime > API/Runtime/CoreUObject > API/Runtime/CoreUObject/UObject > API/Runtime/CoreUObject/UObject/FLinkerSave
Syntax
TArray< TUniqueFunction< void(const FPackagePath &PackagePath, FObjectPostSaveContext ObjectSaveContext)> > PostSaveCallbacks
Remarks
Array of callbacks that will be invoked when the package has successfully saved to disk. The callbacks will not be invoked if the package fails to save for some reason. Unlike subscribing to the UPackage::PackageSavedEvent this callback allows custom data via lambda capture.