Navigation
API > API/Runtime > API/Runtime/AssetRegistry > API/Runtime/AssetRegistry/IAssetRegistry
Description
Wait for scan to be complete. If called during editor startup before OnPostEngineInit, and there are assets with classes in not-yet-loaded plugin modules, WaitForCompletion returns silently with those assets still ungathered.
| Name | WaitForCompletion |
| Type | function |
| Header File | /Engine/Source/Runtime/AssetRegistry/Public/AssetRegistry/IAssetRegistry.h |
| Include Path | #include "AssetRegistry/IAssetRegistry.h" |
UFUNCTION (BlueprintCallable, Category="AssetRegistry")
void WaitForCompletion()