Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetEngine > API/Plugins/ChaosClothAssetEngine/ChaosClothAsset
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UClothAssetBuilder
References
| Module | ChaosClothAssetEngine |
| Header | /Engine/Plugins/Experimental/ChaosClothAsset/Source/ChaosClothAssetEngine/Public/ChaosClothAsset/ClothAssetBuilder.h |
| Include | #include "ChaosClothAsset/ClothAssetBuilder.h" |
Syntax
UCLASS&40;Abstract&41;
class UClothAssetBuilder : public UObject
Remarks
Modular builder base class.
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | BuildLod
(
FSkeletalMeshLODModel& LODModel, |
Build a FSkeletalMeshLODModel out of the cloth asset for the specified LOD index. | |
| int32 | GetNumVertices
(
const UChaosClothAsset& ClothAsset, |
Helper functions used to retrieve LOD information without having to make public the FChaosClothSimulationModel class. | |
| TConstArrayView< uint32 > | GetSimIndices
(
const UChaosClothAsset& ClothAsset, |
||
| TConstArrayView< FVector3f > | GetSimPositions
(
const UChaosClothAsset& ClothAsset, |