Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon > API/Runtime/ClothingSystemRuntimeCommon/FClothPhysicalMeshData
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FPointWeightMap * FindWeightMap
(
const T Target |
Retrieve a pointer to a registered vertex weight array by unique | ClothPhysicalMeshData.h | |
FPointWeightMap * FindWeightMap
(
const T Target |
Retrieve a pointer to a registered vertex weight array by unique | ClothPhysicalMeshData.h |
FindWeightMap(const T)
Description
Retrieve a pointer to a registered vertex weight array by unique
| Name | FindWeightMap |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothPhysicalMeshData.h |
| Include Path | #include "ClothPhysicalMeshData.h" |
template<typename T>
const FPointWeightMap * FindWeightMap
(
const T Target
) const
Parameters
| Name | Remarks |
|---|---|
| Id, or | nullptr if none is found. |
FindWeightMap(const T)
Description
Retrieve a pointer to a registered vertex weight array by unique
| Name | FindWeightMap |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothPhysicalMeshData.h |
| Include Path | #include "ClothPhysicalMeshData.h" |
template<typename T>
FPointWeightMap * FindWeightMap
(
const T Target
)
Parameters
| Name | Remarks |
|---|---|
| Id, or | nullptr if none is found. |