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