Navigation
API > API/Editor > API/Editor/ClothPainter > API/Editor/ClothPainter/UClothingAssetExporter
References
| Module | ClothPainter |
| Header | /Engine/Source/Editor/ClothPainter/Public/ClothingAssetExporter.h |
| Include | #include "ClothingAssetExporter.h" |
virtual void Export
&40;
const UClothingAssetBase &42; ClothingAsset,
UObject &42; ExportedAsset
&41;
Remarks
Export the specified asset.
Parameters
| Name | Description |
|---|---|
| ClothingAsset | the source clothing asset to be exported. |
| ExportedAsset | the destination asset object in the exported type provided by the caller, ready to be filled by the Export function. |