Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon > API/Runtime/ClothingSystemRuntimeCommon/FPointWeightMap
References
| Module | ClothingSystemRuntimeCommon |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/PointWeightMap.h |
| Include | #include "PointWeightMap.h" |
bool IsBelowThreshold
&40;
const int32 Index,
const float Threshold
&41; const
Remarks
Return whether the specified point weight is below (or equal) to the specified threshold.
Parameters
| Name | Description |
|---|---|
| Index | the value/point index to retrieve |
| Threshold, the | value threshold to test against for. |