Navigation
BlueprintAPI > BlueprintAPI/USD
Sets a particular asset as deletable or not. Assets not flagged as deletable will never be deleted by the asset cache when DeleteUnreferencedAssets is called. Assets the cache creates itself via GetOrCreateCachedAsset or GetOrCreateCustomCachedAsset are automatically set as deletable.
Target is USD Asset Cache
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| object | Asset | |
| boolean | Is Deletable |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out |