Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon > API/Runtime/ClothingSystemRuntimeCommon/FPointWeightMap
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const float & operator[]
(
int32 Index |
Return the current float value for the requested point. | PointWeightMap.h | |
float & operator[]
(
int32 Index |
Return the current float value for the requested point. | PointWeightMap.h |
operatorint32
Description
Return the current float value for the requested point.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/PointWeightMap.h |
| Include Path | #include "PointWeightMap.h" |
const float & operator[]
(
int32 Index
) const
Parameters
| Name | Remarks |
|---|---|
| Index | the value/point index to retrieve, must be within range or it will assert. |
operatorint32
Description
Return the current float value for the requested point.
| Name | operator[] |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/PointWeightMap.h |
| Include Path | #include "PointWeightMap.h" |
float & operator[]
(
int32 Index
)
Parameters
| Name | Remarks |
|---|---|
| Index | the value/point index to retrieve, must be within range or it will assert. |