Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
Description
Initializes an FImportAsyncHelper with correct task data and import asset parameters. The Async Helper is deleted when ReleaseAsyncHelper is called.
| Name | InitAsyncHelper |
| 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 |
void InitAsyncHelper
(
TSharedRef < UE::Interchange::FImportAsyncHelper , ESPMode::ThreadSafe > & AsyncHelper,
const UE::Interchange::FImportAsyncHelperData & Data,
const FImportAssetParameters & ImportAssetParameters
)
Parameters
| Name | Remarks |
|---|---|
| Data | The data to pass to the different import tasks. |