Navigation
API > API/Plugins > API/Plugins/USDExporter
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- USkeletalMeshExporterUSDOptions
References
| Module | USDExporter |
| Header | /Engine/Plugins/Importers/USDImporter/Source/USDExporter/Public/SkeletalMeshExporterUSDOptions.h |
| Include | #include "SkeletalMeshExporterUSDOptions.h" |
Syntax
UCLASS&40;Config&61;Editor, Blueprintable&41;
class USkeletalMeshExporterUSDOptions : public UObject
Remarks
Options for exporting skeletal meshes to USD format.
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bReExportIdenticalAssets | Whether to export any asset (StaticMesh, Material, etc.) even if the existing file already describes the same version of a compatible asset. | |
| FUsdMeshAssetOptions | MeshAssetOptions | ||
| FUsdStageOptions | StageOptions |