unreal.AssetExportTask

class unreal.AssetExportTask(outer: Optional[Object] = None, name: Union[Name, str] = 'None')

Bases: Object

Contains data for a group of assets to export

C++ Source:

  • Module: Engine

  • File: AssetExportTask.h

Editor Properties: (see get_editor_property/set_editor_property)

  • automated (bool): [Read-Write] Automated: Unattended export

  • errors (Array[str]): [Read-Write] Errors: Array of error messages encountered during exporter

  • exporter (Exporter): [Read-Write] Exporter: Optional exporter, otherwise it will be determined automatically

  • filename (str): [Read-Write] Filename: File to export as

  • ignore_object_list (Array[Object]): [Read-Write] Ignore Object List: Array of objects to ignore exporting

  • object (Object): [Read-Write] Object: Asset to export

  • options (Object): [Read-Write] Options: Exporter specific options

  • prompt (bool): [Read-Write] Prompt: Allow dialog prompts

  • replace_identical (bool): [Read-Write] Replace Identical: Replace identical files

  • selected (bool): [Read-Write] Selected: Export selected only

  • use_file_archive (bool): [Read-Write] Use File Archive: Save to a file archive

  • write_empty_files (bool): [Read-Write] Write Empty Files: Write even if file empty

property automated: bool

[Read-Write] Automated: Unattended export

Type:

(bool)

property errors: Array[str]

[Read-Write] Errors: Array of error messages encountered during exporter

Type:

(Array[str])

property exporter: Exporter

[Read-Write] Exporter: Optional exporter, otherwise it will be determined automatically

Type:

(Exporter)

property filename: str

[Read-Write] Filename: File to export as

Type:

(str)

property ignore_object_list: Array[Object]

[Read-Write] Ignore Object List: Array of objects to ignore exporting

Type:

(Array[Object])

property object: Object

[Read-Write] Object: Asset to export

Type:

(Object)

property options: Object

[Read-Write] Options: Exporter specific options

Type:

(Object)

property prompt: bool

[Read-Write] Prompt: Allow dialog prompts

Type:

(bool)

property replace_identical: bool

[Read-Write] Replace Identical: Replace identical files

Type:

(bool)

property selected: bool

[Read-Write] Selected: Export selected only

Type:

(bool)

property use_file_archive: bool

[Read-Write] Use File Archive: Save to a file archive

Type:

(bool)

property write_empty_files: bool

[Read-Write] Write Empty Files: Write even if file empty

Type:

(bool)