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 |
bool ImportAsset
(
const FString & ContentPath,
const UInterchangeSourceData * SourceData,
const FImportAssetParameters & ImportAssetParameters
)
Call this to start an import asset process, the caller must specify a source data. This import process can import many different asset, but all in the game content.
ContentPath - The content path where to import the assets SourceData - The source data input we want to translate
true if the import succeed, false otherwise.
Parameter |
Description |
---|---|
ImportAssetParameters |
All import asset parameter we need to pass to the import asset function |