unreal.SkeletalMeshExporterUSDOptions

class unreal.SkeletalMeshExporterUSDOptions(outer: Object | None = None, name: Name | str = 'None')

Bases: Object

Options for exporting skeletal meshes to USD format.

C++ Source:

  • Plugin: USDImporter

  • Module: USDExporter

  • File: SkeletalMeshExporterUSDOptions.h

Editor Properties: (see get_editor_property/set_editor_property)

  • mesh_asset_options (UsdMeshAssetOptions): [Read-Write]

  • metadata_options (UsdMetadataExportOptions): [Read-Write]

  • re_export_identical_assets (bool): [Read-Write] Whether to export any asset (StaticMesh, Material, etc.) even if the existing file already describes the same version of a compatible asset. This is only checked when bReplaceIdentical is set on the asset export task. Otherwise we’ll never overwrite files.

  • stage_options (UsdStageOptions): [Read-Write]

property mesh_asset_options: UsdMeshAssetOptions

[Read-Write]

Type:

(UsdMeshAssetOptions)

property metadata_options: UsdMetadataExportOptions

[Read-Write]

Type:

(UsdMetadataExportOptions)

property re_export_identical_assets: bool

[Read-Write] Whether to export any asset (StaticMesh, Material, etc.) even if the existing file already describes the same version of a compatible asset. This is only checked when bReplaceIdentical is set on the asset export task. Otherwise we’ll never overwrite files.

Type:

(bool)

property stage_options: UsdStageOptions

[Read-Write]

Type:

(UsdStageOptions)