UInterchangeManager::ImportAssetAsync

Call this to start an import asset process, the caller must specify a source data.

Choose your operating system:

Windows

macOS

Linux

References

Module

InterchangeEngine

Header

/Engine/Source/Runtime/Experimental/Interchange/Engine/Public/InterchangeManager.h

Include

#include "InterchangeManager.h"

Source

/Engine/Source/Runtime/Experimental/Interchange/Engine/Private/InterchangeManager.cpp

Syntax

UE::Interchange::FAssetImportResultRef ImportAssetAsync
(
    const FString & ContentPath,
    const UInterchangeSourceData * SourceData,
    const FImportAssetParameters & ImportAssetParameters
)

Remarks

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

Returns

true if the import succeed, false otherwise.

Parameters

Parameter

Description

ImportAssetParameters

All import asset parameter we need to pass to the import asset function