unreal.DatasmithImportOptions

class unreal.DatasmithImportOptions(outer: Object | None = None, name: Name | str = 'None')

Bases: 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] Not displayed. Kept for future use

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

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

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

  • source_uri (str): [Read-Write]

property base_options: DatasmithImportBaseOptions

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

Type:

(DatasmithImportBaseOptions)

property file_name: str

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

Type:

(str)

property file_path: str

[Read-Write] Full path of the imported file

Type:

(str)

property reimport_options: DatasmithReimportOptions

[Read-Write] Options specific to the reimport process

Type:

(DatasmithReimportOptions)

property source_uri: str

[Read-Write]

Type:

(str)