unreal.DatasmithImportOptions

class unreal.DatasmithImportOptions(outer: Optional[Object] = None, name: Union[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] 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: DatasmithImportBaseOptions

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

Type:

(DatasmithImportBaseOptions)

property file_name: str

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

Type:

(str)

property file_path: str

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

Type:

(str)

property reimport_options: DatasmithReimportOptions

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

Type:

(DatasmithReimportOptions)

property source_uri: str

[Read-Write] Source Uri

Type:

(str)