Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon > API/Runtime/ClothingSystemRuntimeCommon/FClothPhysicalMeshData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FPointWeightMap & GetWeightMap
(
const T Target |
Retrieve a registered vertex weight array by unique | ClothPhysicalMeshData.h | |
FPointWeightMap & GetWeightMap
(
const T Target |
Retrieve a registered vertex weight array by unique | ClothPhysicalMeshData.h |
GetWeightMap(const T)
Description
Retrieve a registered vertex weight array by unique
| Name | GetWeightMap |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothPhysicalMeshData.h |
| Include Path | #include "ClothPhysicalMeshData.h" |
template<typename T>
const FPointWeightMap & GetWeightMap
(
const T Target
) const
Parameters
| Name | Remarks |
|---|---|
| Id. | The array must exists or this function will assert. |
GetWeightMap(const T)
Description
Retrieve a registered vertex weight array by unique
| Name | GetWeightMap |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothPhysicalMeshData.h |
| Include Path | #include "ClothPhysicalMeshData.h" |
template<typename T>
FPointWeightMap & GetWeightMap
(
const T Target
)
Parameters
| Name | Remarks |
|---|---|
| Id. | The array must exists or this function will assert. |