Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
Description
Return a pointer to an FImportAsyncHelper. The pointer is deleted when ReleaseAsyncHelper is called.
| Name | CreateAsyncHelper |
| 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 |
TSharedRef < UE::Interchange::FImportAsyncHelper , ESPMode::ThreadSafe > CreateAsyncHelper
(
const UE::Interchange::FImportAsyncHelperData & Data,
const FImportAssetParameters & ImportAssetParameters
)
Parameters
| Name | Remarks |
|---|---|
| Data | The data to pass to the different import tasks. |