Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/UAssetManager
Description
Removes tracking of primary assets from the management database. Used by GameFeaturePlugins system to unregister plugin's primary assets.
| Name | RemovePrimaryAssetsForTypeInMountPoint |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Engine/AssetManager.h |
| Include Path | #include "Engine/AssetManager.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AssetManager.cpp |
virtual void RemovePrimaryAssetsForTypeInMountPoint
(
FPrimaryAssetType PrimaryAssetType,
FStringView RootPath
)
Parameters
| Name | Remarks |
|---|---|
| PrimaryAssetType | Type of asset to look for |
| RootPath | Mount point path, containing leading and tail path separators "/". |