Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes > API/Plugins/ChaosClothAssetDataflowNodes/ChaosClothAsset
References
| Module | ChaosClothAssetDataflowNodes |
| Header | /Engine/Plugins/Experimental/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/WeightedValue.h |
| Include | #include "ChaosClothAsset/WeightedValue.h" |
Syntax
USTRUCT&40;&41;
struct FChaosClothAssetWeightedValue
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsAnimatable | Whether the property can ever be updated/animated in real time. | |
| 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. |