unreal.AssetImportTask

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

Bases: unreal.Object

Contains data for a group of assets to import

C++ Source:

  • Module: UnrealEd

  • File: AssetImportTask.h

Editor Properties: (see get_editor_property/set_editor_property)

  • automated (bool): [Read-Write] Automated: Avoid dialogs

  • destination_name (str): [Read-Write] Destination Name: Optional custom name to import as

  • destination_path (str): [Read-Write] Destination Path: Path where asset will be imported to

  • factory (Factory): [Read-Write] Factory: Optional factory to use

  • filename (str): [Read-Write] Filename: Filename to import

  • imported_object_paths (Array(str)): [Read-Write] Imported Object Paths: Paths to objects created or updated after import

  • options (Object): [Read-Write] Options: Import options specific to the type of asset

  • replace_existing (bool): [Read-Write] Replace Existing: Overwrite existing assets

  • replace_existing_settings (bool): [Read-Write] Replace Existing Settings: Replace existing settings when overwriting existing assets

  • result (Array(Object)): [Read-Write] Result: Imported objects

  • save (bool): [Read-Write] Save: Save after importing

property automated

[Read-Write] Automated: Avoid dialogs

Type

(bool)

property destination_name

[Read-Write] Destination Name: Optional custom name to import as

Type

(str)

property destination_path

[Read-Write] Destination Path: Path where asset will be imported to

Type

(str)

property factory

[Read-Write] Factory: Optional factory to use

Type

(Factory)

property filename

[Read-Write] Filename: Filename to import

Type

(str)

property imported_object_paths

[Read-Write] Imported Object Paths: Paths to objects created or updated after import

Type

(Array(str))

property options

[Read-Write] Options: Import options specific to the type of asset

Type

(Object)

property replace_existing

[Read-Write] Replace Existing: Overwrite existing assets

Type

(bool)

property replace_existing_settings

[Read-Write] Replace Existing Settings: Replace existing settings when overwriting existing assets

Type

(bool)

property result

[Read-Write] Result: Imported objects

Type

(Array(Object))

property save

[Read-Write] Save: Save after importing

Type

(bool)