Navigation
BlueprintAPI > BlueprintAPI/Interchange > BlueprintAPI/Interchange/ImportManager
Check whether there is a registered translator for this source data. This allows us to bypass the original asset tools system to import supported assets.
Target is Interchange Manager
Inputs
| Type | Name | Description |
|---|---|---|
| object | Target | |
| object | Source Data | The source data input we want to translate to Uod. |
| boolean | Scene Import Only |
Outputs
| Type | Name | Description |
|---|---|---|
| boolean | Return Value | True if there is a registered translator that can handle handle this source data, or false otherwise, when bSceneImportOnly is false. Otherwise, returns true only if the translator supports level import |