unreal.AssetExportTask

class unreal.AssetExportTask(outer: Object | None = None, name: 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] Unattended export

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

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

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

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

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

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

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

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

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

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

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

property automated: bool

[Read-Write] Unattended export

Type:

(bool)

property errors: None

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

Type:

(Array[str])

property exporter: Exporter

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

Type:

(Exporter)

property filename: str

[Read-Write] File to export as

Type:

(str)

property ignore_object_list: None

[Read-Write] Array of objects to ignore exporting

Type:

(Array[Object])

property object: Object

[Read-Write] Asset to export

Type:

(Object)

property options: Object

[Read-Write] Exporter specific options

Type:

(Object)

property prompt: bool

[Read-Write] Allow dialog prompts

Type:

(bool)

property replace_identical: bool

[Read-Write] Replace identical files

Type:

(bool)

property selected: bool

[Read-Write] Export selected only

Type:

(bool)

property use_file_archive: bool

[Read-Write] Save to a file archive

Type:

(bool)

property write_empty_files: bool

[Read-Write] Write even if file empty

Type:

(bool)