Navigation
API > API/Runtime > API/Runtime/AssetRegistry > API/Runtime/AssetRegistry/IAssetRegistry
Description
Called once per process to activate ActiveMountsLoading. Calls to ActiveMountsLoadAsync/ActiveMountsUnloadAsync before this call are ignored. This function also forces the parsing of the premade AssetRegistry: MountPoints in the premade AssetRegistry state will be searched at this point in FPackageName or FPlugins; any mountpoints used by the premade that are not mounted and not findable as a plugin should be registered before this via FPackageName::FindOrAddMountPoint. Any mountpoints not findable will log an error and AssetDatas under them will always be loaded.
| Name | ActiveMountsInitialize |
| Type | function |
| Header File | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/IAssetRegistry.h |
| Include Path | #include "AssetRegistry/IAssetRegistry.h" |
void ActiveMountsInitialize()