Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/FImportResult
Description
Assets are only made available once they have been completely imported (passed through the entire import pipeline). While the status isn't EStatus::Done, the list can grow between subsequent calls. FAssetImportResult holds a reference to the assets so that they aren't garbage collected.
| Name | GetImportedObjects |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include Path | #include "InterchangeManager.h" |
| Source | /Engine/Source/Runtime/Interchange/Engine/Private/InterchangeManager.cpp |
const TArray < UObject * > & GetImportedObjects() const