Navigation
API > API/Runtime > API/Runtime/AssetRegistry > API/Runtime/AssetRegistry/IAssetRegistry
Description
Attempts to remove the specified path to the set of cached paths. This will only succeed if there are no assets left in the specified path.
| Name | RemovePath |
| Type | function |
| Header File | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/IAssetRegistry.h |
| Include Path | #include "AssetRegistry/IAssetRegistry.h" |
bool RemovePath
(
const FString & PathToRemove
)