Navigation
API > API/Plugins > API/Plugins/InterchangeImport > API/Plugins/InterchangeImport/Material > API/Plugins/InterchangeImport/Material/UInterchangeMaterialFunctionFact-
- UInterchangeFactoryBase::ImportAsset_Async()
- UInterchangeMaterialFunctionFactory::ImportAsset_Async()
References
| Module | InterchangeImport |
| Header | /Engine/Plugins/Interchange/Runtime/Source/Import/Public/Material/InterchangeMaterialFactory.h |
| Include | #include "Material/InterchangeMaterialFactory.h" |
| Source | /Engine/Plugins/Interchange/Runtime/Source/Import/Private/Material/InterchangeMaterialFactory.cpp |
virtual FImportAssetResult ImportAsset_Async
(
const FImportAssetObjectParams & Arguments
)
Remarks
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.