Navigation
BlueprintAPI > BlueprintAPI/Interchange > BlueprintAPI/Interchange/ImportManager
Call this to start a synchronous asset re-import process. This process can re-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 | |
| object | Out Imported Objects | |
| boolean | Return Value | true if the import succeeds, or false otherwise. |