Navigation
API > API/Plugins > API/Plugins/USDClasses > API/Plugins/USDClasses/UUsdAssetCache2
Description
Removes an UObject referencer from a particular asset, returning true if the operation succeeded. If no specific Referencer is provided, all referencers to Asset will be removed.
| Name | RemoveAssetReference |
| Type | function |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/USDClasses/Public/USDAssetCache2.h |
| Include Path | #include "USDAssetCache2.h" |
| Source | /Engine/Plugins/Runtime/USDCore/Source/USDClasses/Private/USDAssetCache2.cpp |
UFUNCTION (BlueprintCallable, Category="Caching", Meta=(CallInEditor="true"))
bool RemoveAssetReference
(
const UObject * Asset,
const UObject * Referencer
)