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" |
void SetValue
&40;
int32 Index,
float Value
&41;
Remarks
Set a value in the map checking first whether the index is within bounds.
Parameters
| Name | Description |
|---|---|
| Index | the value/point index to set |
| Value | the value to set |