Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UAssetImportTask
Description
Query whether this asynchronous import task is complete, and the results are ready to read. This will always return true in the case of a blocking import.
| Name | IsAsyncImportComplete |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/AssetImportTask.h |
| Include Path | #include "AssetImportTask.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/AssetImportTask.cpp |
UFUNCTION (BlueprintCallable, Category="Asset Import Task")
bool IsAsyncImportComplete() const