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 | |
| object | Object to Reimport | The object to re-import. |
| 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. |