Navigation
Unreal Engine C++ API Reference > Editor > ClothPainter > UClothingAssetExporter
References
Module | ClothPainter |
Header | /Engine/Source/Editor/ClothPainter/Public/ClothingAssetExporter.h |
Include | #include "ClothingAssetExporter.h" |
virtual void Export ( const [UClothingAssetBase](API\Runtime\ClothingSystemRuntimeInterface\UClothingAssetBase) * ClothingAsset, [UObject](API\Runtime\CoreUObject\UObject\UObject) * ExportedAsset )
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. |