unreal.InterchangePerTranslatorDialogOverride

class unreal.InterchangePerTranslatorDialogOverride(translator: Class = Ellipsis, show_import_dialog: bool = False, show_reimport_dialog: bool = False)

Bases: StructBase

Interchange 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)

property show_reimport_dialog: bool

[Read-Write] Show the options dialog when Interchange reimports.

Type:

(bool)

property translator: Class

[Read-Write]

Type:

(Class)