Navigation
API > API/Runtime > API/Runtime/AssetRegistry > API/Runtime/AssetRegistry/IAssetRegistry
Description
Returns whether the given MountPoint (looked up via FPackageName::FindOrAddMountPoint) is loaded in the ActiveMounts system. Returns false if currently loading or unloading or if unloaded. Only valid if ActiveMountsLoader is enabled and the MountPoint is used by the PreMade AssetRegistry or a registered AssetRegistry file. Returns false for all other cases.
| Name | ActiveMountsIsLoaded |
| Type | function |
| Header File | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/IAssetRegistry.h |
| Include Path | #include "AssetRegistry/IAssetRegistry.h" |
bool ActiveMountsIsLoaded
(
FStringView MountPointLongPackageName
)