unreal.UUSDBatchImportOptionsSubTask

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

Bases: unreal.Object

UUSDBatch Import Options Sub Task

C++ Source:

  • Plugin: USDImporter

  • Module: USDImporter

  • File: USDImportOptions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • dest_path (str): [Read-Write] Path to import asset as

  • error_message (str): [Read-Write] Error Message

  • source_path (str): [Read-Write] Path in the USD stage to import from

property dest_path

[Read-Write] Path to import asset as

Type

(str)

property error_message

[Read-Write] Error Message

Type

(str)

property source_path

[Read-Write] Path in the USD stage to import from

Type

(str)