Navigation
BlueprintAPI > BlueprintAPI/Interchange > BlueprintAPI/Interchange/ImportManager
Call this from blueprint or python to start an asynchronous asset import process. This process can import many different assets into the game content.
Target is Interchange Manager
Inputs
| Type | Name | Description |
|---|---|---|
| exec | In | |
| object | Target | |
| string | Content Path | The path where the imported assets will be created. |
| object | Source Data | The source data input to translate. |
| struct | Import Asset Parameters | All parameters that need to be passed to the import asset function. |
Outputs
| Type | Name | Description |
|---|---|---|
| exec | Out | |
| boolean | Return Value | true if the import was started, or false otherwise. |