FPointWeightMap::Initialize

Initialize a weight map from another weight map while enabling and setting a new target.

Windows
MacOS
Linux

References

Module

ClothingSystemRuntimeCommon

Header

/Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/PointWeightMap.h

Include

#include "PointWeightMap.h"

Syntax

template<typename T, typename>
void Initialize
(
    const FPointWeightMap & Source,
    T Target
)

Remarks

Initialize a weight map from another weight map while enabling and setting a new target.

Parameters

Parameter

Description

Source

the source weight map to copy the values from.

Target

the new weight map target.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss