unreal.StaticMeshExporterUsd

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

Bases: unreal.Exporter

Static Mesh Exporter Usd

C++ Source:

  • Plugin: USDImporter

  • Module: USDExporter

  • File: StaticMeshExporterUSD.h

Editor Properties: (see get_editor_property/set_editor_property)

  • export_task (AssetExportTask): [Read-Write] Export Task

  • format_description (Array(str)): [Read-Write] Descriptiong of the export format

  • format_extension (Array(str)): [Read-Write] File extension to use for this exporter

  • supported_class (type(Class)): [Read-Write] Supported class of this exporter

  • text (bool): [Read-Write] If true, this will export the data as text

classmethod is_usd_available()bool

Is Usd Available

Returns

Return type

bool