Navigation
API > API/Plugins > API/Plugins/ChaosCloth
| |
|
| Name |
FChaosClothWeightedValue |
| Type |
struct |
| Header File |
/Engine/Plugins/ChaosCloth/Source/ChaosCloth/Public/ChaosCloth/ChaosClothConfig.h |
| Include Path |
#include "ChaosCloth/ChaosClothConfig.h" |
Syntax
USTRUCT ()
struct FChaosClothWeightedValue
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| High |
float |
Parameter value corresponding to the upper bound of the Weight Map. |
ChaosCloth/ChaosClothConfig.h |
- EditAnywhere
- Category="Weighted Value"
- Meta=(DisplayName="High Weight", ChaosClothShortName="Hi")
|
| Low |
float |
Parameter value corresponding to the lower bound of the Weight Map. |
ChaosCloth/ChaosClothConfig.h |
- EditAnywhere
- Category="Weighted Value"
- Meta=(DisplayName="Low Weight", ChaosClothShortName="Lo")
|