unreal.DatasmithImportOptions

class unreal.DatasmithImportOptions(outer=None, name='None')

Bases: unreal.DatasmithOptionsBase

Datasmith Import Options

C++ Source:

  • Plugin: DatasmithContent

  • Module: DatasmithContent

  • File: DatasmithImportOptions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • base_options (DatasmithImportBaseOptions): [Read-Write] Base Options: Not displayed. Kept for future use

  • file_name (str): [Read-Write] File Name: Name of the imported file without its path

  • file_path (str): [Read-Write] File Path: Full path of the imported file

  • reimport_options (DatasmithReimportOptions): [Read-Write] Reimport Options: Options specific to the reimport process

  • source_uri (str): [Read-Write] Source Uri

property base_options

[Read-Write] Base Options: Not displayed. Kept for future use

Type

(DatasmithImportBaseOptions)

property file_name

[Read-Write] File Name: Name of the imported file without its path

Type

(str)

property file_path

[Read-Write] File Path: Full path of the imported file

Type

(str)

property reimport_options

[Read-Write] Reimport Options: Options specific to the reimport process

Type

(DatasmithReimportOptions)

property source_uri

[Read-Write] Source Uri

Type

(str)