Navigation
API > API/Runtime > API/Runtime/InterchangeEngine
| Name | FInterchangePerTranslatorDialogOverride |
| Type | struct |
| Header File | /Engine/Source/Runtime/Interchange/Engine/Public/InterchangeProjectSettings.h |
| Include Path | #include "InterchangeProjectSettings.h" |
Syntax
USTRUCT ()
struct FInterchangePerTranslatorDialogOverride
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bShowImportDialog | bool | Show the options dialog when Interchange imports. | InterchangeProjectSettings.h |
|
| bShowReimportDialog | bool | Show the options dialog when Interchange reimports. | InterchangeProjectSettings.h |
|
| Translator | TSoftClassPtr< UInterchangeTranslatorBase > | InterchangeProjectSettings.h |
|