Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include | #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
)
Remarks
Return a pointer to an FImportAsyncHelper. The pointer is deleted when ReleaseAsyncHelper is called.
Parameters
| Name | Description |
|---|---|
| Data | The data to pass to the different import tasks. |