Navigation
API > API/Editor > API/Editor/ClothPainter
Modular exporter base class.
| Name | UClothingAssetExporter |
| Type | class |
| Header File | /Engine/Source/Editor/ClothPainter/Public/ClothingAssetExporter.h |
| Include Path | #include "ClothingAssetExporter.h" |
Syntax
UCLASS (Abstract)
class UClothingAssetExporter : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UClothingAssetExporter
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void Export
(
const UClothingAssetBase* ClothingAsset, |
Export the specified asset. | ClothingAssetExporter.h | |
virtual UClass * GetExportedType() |
Return the class of the exported asset type. | ClothingAssetExporter.h |