Navigation
API > API/Runtime > API/Runtime/InterchangeCore > API/Runtime/InterchangeCore/UInterchangeFactoryBase
Description
Override this function to import/reimport the UObject source data and configure the properties asynchronously. Do not create the asset UObject asynchronously. Helpful to get all the payloads in parallel or do any long import tasks.
| Name | ImportAsset_Async |
| Type | function |
| Header File | /Engine/Source/Runtime/Interchange/Core/Public/InterchangeFactoryBase.h |
| Include Path | #include "InterchangeFactoryBase.h" |
virtual FImportAssetResult ImportAsset_Async
(
const FImportAssetObjectParams & Arguments
)
the FImportAssetResult. See the structure to access its documentation.
Parameters
| Name | Remarks |
|---|---|
| Arguments | The structure that contains all necessary data to import the UObject. See the structure definition for its documentation. |