Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/WeightedValue.h |
| Include | #include "ChaosClothAsset/WeightedValue.h" |
Syntax
USTRUCT ()
struct FChaosClothAssetWeightedValueNonAnimatable
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bBuildFabricMaps | Whether the property can override the weight map based on the imported fabrics | |
| bool | bCouldUseFabrics | Whether the property could import fabrics datas or not | |
| bool | bImportFabricBounds | Whether the property can use the fabric bounds (low/high) values imported from USD | |
| float | High | Property value corresponding to the upper bound of the Weight Map. | |
| float | Low | Property value corresponding to the lower bound of the Weight Map. | |
| FString | WeightMap | The name of the weight map for this property. | |
| FString | WeightMap_Override | The weight map override value for when the WeightMap has a connection that replaces the provided weight map value. |
Constants
| Name | Description |
|---|---|
| bIsAnimatable |