Navigation
API > API/Plugins > API/Plugins/ChaosClothAssetDataflowNodes
| |
|
| Name |
FChaosClothAssetWeightedValueOverride |
| Type |
struct |
| Header File |
/Engine/Plugins/ChaosClothAssetEditor/Source/ChaosClothAssetDataflowNodes/Public/ChaosClothAsset/WeightedValue.h |
| Include Path |
#include "ChaosClothAsset/WeightedValue.h" |
Syntax
USTRUCT ()
struct FChaosClothAssetWeightedValueOverride
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| High |
float |
High value override |
ChaosClothAsset/WeightedValue.h |
- EditAnywhere
- Category="Weighted Value"
- Meta=(DisplayName="High Weight", ChaosClothAssetShortName="Hi")
|
| Low |
float |
Low value override. |
ChaosClothAsset/WeightedValue.h |
- EditAnywhere
- Category="Weighted Value"
- Meta=(DisplayName="Low Weight", ChaosClothAssetShortName="Lo")
|