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 usefile_name
(str): [Read-Write] File Name: Name of the imported file without its pathfile_path
(str): [Read-Write] File Path: Full path of the imported filereimport_options
(DatasmithReimportOptions): [Read-Write] Reimport Options: Options specific to the reimport processsource_uri
(str): [Read-Write] Source Uri
- property base_options: DatasmithImportBaseOptions¶
[Read-Write] Base Options: Not displayed. Kept for future use
- Type:
- property file_name: str¶
[Read-Write] File Name: Name of the imported file without its path
- Type:
(str)
- property reimport_options: DatasmithReimportOptions¶
[Read-Write] Reimport Options: Options specific to the reimport process
- Type: