unreal.InterchangePerTranslatorDialogOverride¶
- class unreal.InterchangePerTranslatorDialogOverride(translator: Class = Ellipsis, show_import_dialog: bool = False, show_reimport_dialog: bool = False)¶
Bases:
StructBaseInterchange Per Translator Dialog Override
C++ Source:
Module: InterchangeEngine
File: InterchangeProjectSettings.h
Editor Properties: (see get_editor_property/set_editor_property)
show_import_dialog(bool): [Read-Write] Show the options dialog when Interchange imports.show_reimport_dialog(bool): [Read-Write] Show the options dialog when Interchange reimports.translator(Class): [Read-Write]
- property show_import_dialog: bool¶
[Read-Write] Show the options dialog when Interchange imports.
- Type:
(bool)