IAssetRegistry::PackageDeleted

Informs the asset registry that an in-memory package has been deleted, and all associated assets should be removed

Windows
MacOS
Linux

References

Module

AssetRegistry

Header

/Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/IAssetRegistry.h

Include

#include "AssetRegistry/IAssetRegistry.h"

Syntax

void PackageDeleted
(
    UPackage * DeletedPackage
)

Remarks

Informs the asset registry that an in-memory package has been deleted, and all associated assets should be removed

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