Navigation
BlueprintAPI > BlueprintAPI/AssetRegistry
Returns true if the asset registry is currently loading files and does not yet know about all assets. This is a legacy function that only returns true when the asset registry is performing its initial search for assets. Prefer using IsGathering() to know if the asset registry is currently loading files.
Target is Asset Registry
Inputs
Type | Name | Description |
---|---|---|
exec | In | |
object | Target |
Outputs
Type | Name | Description |
---|---|---|
exec | Out | |
boolean | Return Value | Returns true if the asset registry is currently loading files and does not yet know about all assets.This is a legacy function that only returns true when the asset registry is performing its initial search for assets.Prefer using IsGathering() to know if the asset registry is currently loading files. |