Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
References
| Module | InterchangeEngine |
| Header | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeManager.h |
| Include | #include "InterchangeManager.h" |
Syntax
struct FImportAsyncHelperData
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bFollowRedirectors | True if redirectors will be followed when determining what location to import an asset. | |
| bool | bIsAutomated | True if the import process is unattended. We cannot show UI if the import is automated. | |
| bool | bReplaceExisting | Whether or not to overwrite existing assets. | |
| FString | DestinationName | Optional custom name for the import. | |
| ULevel * | ImportLevel | Level to import into, if we are doing a scene import. | |
| EImportType | ImportType | We can import assets or full scene. | |
| UObject * | ReimportObject | True if we are reimporting assets or a scene. |