Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetEngine
Modular base class for skeletal mesh conversion.
| Name | UClothAssetSkeletalMeshConverter |
| Type | class |
| Header File | /Engine/Plugins/ChaosClothAsset/Source/ChaosClothAssetEngine/Public/ChaosClothAsset/SkeletalMeshConverterClassProvider.h |
| Include Path | #include "ChaosClothAsset/SkeletalMeshConverterClassProvider.h" |
Syntax
UCLASS (MinimalAPI, Abstract)
class UClothAssetSkeletalMeshConverter : public UObject
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UClothAssetSkeletalMeshConverter
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool ExportToSkeletalMesh
(
const UChaosClothAssetBase& ClothAssetBase, |
Build a skeletal mesh from the specified Cloth Asset. | ChaosClothAsset/SkeletalMeshConverterClassProvider.h |