Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/UAssetImportTask
Description
Get the list of imported objects. Note that if the import was asynchronous, this will block until the results are ready. To test whether asynchronous results are ready or not, use IsAsyncImportComplete().
| Name | GetObjects |
| 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")
const TArray < UObject * > & GetObjects() const