Navigation
API > API/Plugins > API/Plugins/DatasmithInterchange > API/Plugins/DatasmithInterchange/UInterchangeDatasmithSceneFactor-
- UInterchangeFactoryBase::ImportAsset_Async()
- UInterchangeDatasmithSceneFactory::ImportAsset_Async()
References
| Module | DatasmithInterchange |
| Header | /Engine/Plugins/Experimental/Enterprise/DatasmithInterchange/Source/DatasmithInterchange/Public/InterchangeDatasmithSceneFactory.h |
| Include | #include "InterchangeDatasmithSceneFactory.h" |
| Source | /Engine/Plugins/Experimental/Enterprise/DatasmithInterchange/Source/DatasmithInterchange/Private/InterchangeDatasmithSceneFactory.cpp |
virtual FImportAssetResult ImportAsset_Async
&40;
const FImportAssetObjectParams & Arguments
&41;
Remarks
Override it to import/re-import the UObject source data and configure the properties asynchronously. Do not create the asset UObject asynchronously. Helpful to get all the payload in parallel or do any long import task the FImportAssetResult, see the structure to access the documentation.
Parameters
| Name | Description |
|---|---|
| Arguments | The structure containing all necessary data to imported the UObject, see the structure definition for the documentation. |