unreal.LevelExporterUSDOptions

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

Bases: unreal.Object

Options for exporting levels to USD format.

C++ Source:

  • Plugin: USDImporter

  • Module: USDExporter

  • File: LevelExporterUSDOptions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • current_task (AssetExportTask): [Read-Only] Current Task: We temporarily stash our export task here as a way of passing our options down to the Python exporter, that does the actual level exporting. This is weak because we often use the CDO of this class directly, and we never want to permanently hold on to a particular export task

  • end_time_code (float): [Read-Write] End Time Code: EndTimeCode to be used for all exported layers

  • inner (LevelExporterUSDOptionsInner): [Read-Write] Inner: Inner struct that actually contains most of the export options

  • stage_options (UsdStageOptions): [Read-Write] Stage Options: Basic options about the stage to export

  • start_time_code (float): [Read-Write] Start Time Code: StartTimeCode to be used for all exported layers

property current_task

[Read-Only] Current Task: We temporarily stash our export task here as a way of passing our options down to the Python exporter, that does the actual level exporting. This is weak because we often use the CDO of this class directly, and we never want to permanently hold on to a particular export task

Type

(AssetExportTask)

property end_time_code

[Read-Write] End Time Code: EndTimeCode to be used for all exported layers

Type

(float)

property inner

[Read-Write] Inner: Inner struct that actually contains most of the export options

Type

(LevelExporterUSDOptionsInner)

property stage_options

[Read-Write] Stage Options: Basic options about the stage to export

Type

(UsdStageOptions)

property start_time_code

[Read-Write] Start Time Code: StartTimeCode to be used for all exported layers

Type

(float)