Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Experimental/Interchange/Engine/Public/InterchangeManager.h |
Include |
#include "InterchangeManager.h" |
Source |
/Engine/Source/Runtime/Experimental/Interchange/Engine/Private/InterchangeManager.cpp |
TSharedRef< UE::Interchange::FImportAsyncHelper, ESPMode::ThreadSafe > CreateAsyncHelper
(
const UE::Interchange::FImportAsyncHelperData & Data,
const FImportAssetParameters & ImportAssetParameters
)
Return an FImportAsynHelper pointer. The pointer is deleted when ReleaseAsyncHelper is call.
Parameter |
Description |
---|---|
Data |
The data we want to pass to the different import tasks |