Navigation
API > API/Plugins > API/Plugins/USDClasses > API/Plugins/USDClasses/UUsdAssetCache3
Description
Removes all info about the asset associated with Hash from this cache, if there is any. Note: This will not delete the asset however: Only tracked, unreferenced assets can be deleted by the asset cache, and only when manually created by it or if flagged with SetAssetDeletable
| Name | StopTrackingAsset |
| Type | function |
| Header File | /Engine/Plugins/Runtime/USDCore/Source/USDClasses/Public/USDAssetCache3.h |
| Include Path | #include "USDAssetCache3.h" |
| Source | /Engine/Plugins/Runtime/USDCore/Source/USDClasses/Private/USDAssetCache3.cpp |
UFUNCTION (BlueprintCallable, Category="USD", Meta=(CallInEditor="true"))
FSoftObjectPath StopTrackingAsset
(
const FString & Hash
)