Navigation
API > API/Runtime > API/Runtime/InterchangeEngine > API/Runtime/InterchangeEngine/UInterchangeManager
Description
Return a pointer to an FImportAsyncHelper that is the specified UniqueId. Return an empty shared pointer if the unique id is not matching any async helper The return asynchelper should be release before the end of the import process to make sure all resource are release when the import is completed.
| Name | GetAsyncHelper |
| 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 |
TSharedPtr < UE::Interchange::FImportAsyncHelper , ESPMode::ThreadSafe > GetAsyncHelper
(
int32 UniqueId
)