Navigation
API > API/Runtime > API/Runtime/AssetRegistry > API/Runtime/AssetRegistry/IAssetRegistry
Description
Returns true if the asset registry is currently loading files and does not yet know about all assets. IsGathering() can be used to indicate if the asset registry is scanning during the initial search as well as any subsequent search the registry may perform (e.g. when a new mount point is added)
| Name | IsGathering |
| Type | function |
| Header File | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/IAssetRegistry.h |
| Include Path | #include "AssetRegistry/IAssetRegistry.h" |
bool IsGathering() const