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 |
UFUNCTION (BlueprintCallable, Category="Interchange | Import Manager")
bool ScriptedImportAssetAsync
(
const FString & ContentPath,
const UInterchangeSourceData * SourceData,
const FImportAssetParameters & ImportAssetParameters
)
Remarks
Call this from blueprint or python to start an asynchronous asset import process. This process can import many different assets into the game content.
@Param ContentPath - The path where the imported assets will be created. @Param SourceData - The source data input to translate. true if the import was started, or false otherwise.
Parameters
| Name | Description |
|---|---|
| ImportAssetParameters | All parameters that need to be passed to the import asset function. |