Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon > API/Runtime/ClothingSystemRuntimeCommon/FPointWeightMap > API/Runtime/ClothingSystemRuntimeCommon/FPointWeightMap/Initialize
References
| Module | ClothingSystemRuntimeCommon |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/PointWeightMap.h |
| Include | #include "PointWeightMap.h" |
template<typename T, typename>
void Initialize
&40;
const FPointWeightMap & Source,
T Target
&41;
Remarks
Initialize a weight map from another weight map while enabling and setting a new target.
Parameters
| Name | Description |
|---|---|
| Source | the source weight map to copy the values from. |
| Target | the new weight map target. |