Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon > API/Runtime/ClothingSystemRuntimeCommon/FPointWeightMap
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
|
PointWeightMap.h |
|
|
|
PointWeightMap.h |
|
|
|
PointWeightMap.h |
|
FPointWeightMap
(
const TConstArrayView< float >& InValues,
float Offset,
float Scale
)
|
|
PointWeightMap.h |
|
FPointWeightMap()
| |
|
| Name |
FPointWeightMap |
| Type |
function |
| Header File |
/Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/PointWeightMap.h |
| Include Path |
#include "PointWeightMap.h" |
FPointWeightMap()
FPointWeightMap(const TConstArrayView< float > &)
| |
|
| Name |
FPointWeightMap |
| Type |
function |
| Header File |
/Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/PointWeightMap.h |
| Include Path |
#include "PointWeightMap.h" |
FPointWeightMap
(
const TConstArrayView< float > & InValues
)
FPointWeightMap(int32, float)
| |
|
| Name |
FPointWeightMap |
| Type |
function |
| Header File |
/Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/PointWeightMap.h |
| Include Path |
#include "PointWeightMap.h" |
FPointWeightMap
(
int32 NumPoints,
float Value
)
FPointWeightMap(const TConstArrayView< float > &, float, float)
| |
|
| Name |
FPointWeightMap |
| Type |
function |
| Header File |
/Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/PointWeightMap.h |
| Include Path |
#include "PointWeightMap.h" |
FPointWeightMap
(
const TConstArrayView< float > & InValues,
float Offset,
float Scale
)