unreal.AssetExportTask

class unreal.AssetExportTask(outer=None, name='None')

Bases: unreal.Object

Contains data for a group of assets to import

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

[Read-Write] Automated: Unattended export

Type

(bool)

property errors

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

Type

(Array(str))

property exporter

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

Type

(Exporter)

property filename

[Read-Write] Filename: File to export as

Type

(str)

property ignore_object_list

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

Type

(Array(Object))

property object

[Read-Write] Object: Asset to export

Type

(Object)

property options

[Read-Write] Options: Exporter specific options

Type

(Object)

property prompt

[Read-Write] Prompt: Allow dialog prompts

Type

(bool)

property replace_identical

[Read-Write] Replace Identical: Replace identical files

Type

(bool)

property selected

[Read-Write] Selected: Export selected only

Type

(bool)

property use_file_archive

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

Type

(bool)

property write_empty_files

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

Type

(bool)