unreal.StaticMeshExporterUSDOptions

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

Bases: unreal.Object

Options for exporting static meshes to USD format.

C++ Source:

  • Plugin: USDImporter

  • Module: USDExporter

  • File: StaticMeshExporterUSDOptions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • mesh_asset_options (UsdMeshAssetOptions): [Read-Write] Mesh Asset Options

  • stage_options (UsdStageOptions): [Read-Write] Stage Options

property mesh_asset_options

[Read-Write] Mesh Asset Options

Type

(UsdMeshAssetOptions)

property stage_options

[Read-Write] Stage Options

Type

(UsdStageOptions)