Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon > API/Runtime/ClothingSystemRuntimeCommon/ClothMeshDesc
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ClothMeshDesc
(
TConstArrayView< FVector3f > InPositions, |
Construct a mesh descriptor with re-calculated (averaged) normals to match the simulation output. | Utils/ClothingMeshUtils.h | |
ClothMeshDesc
(
TConstArrayView< FVector3f > InPositions, |
Utils/ClothingMeshUtils.h | ||
ClothMeshDesc
(
TConstArrayView< FVector3f > InPositions, |
Utils/ClothingMeshUtils.h |
ClothMeshDesc(TConstArrayView< FVector3f >, TConstArrayView< uint32 >)
Description
Construct a mesh descriptor with re-calculated (averaged) normals to match the simulation output.
| Name | ClothMeshDesc |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/Utils/ClothingMeshUtils.h |
| Include Path | #include "Utils/ClothingMeshUtils.h" |
ClothMeshDesc
(
TConstArrayView< FVector3f > InPositions,
TConstArrayView< uint32 > InIndices
)
ClothMeshDesc(TConstArrayView< FVector3f >, TConstArrayView< FVector3f >, TConstArrayView< uint32 >)
| Name | ClothMeshDesc |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/Utils/ClothingMeshUtils.h |
| Include Path | #include "Utils/ClothingMeshUtils.h" |
ClothMeshDesc
(
TConstArrayView< FVector3f > InPositions,
TConstArrayView< FVector3f > InNormals,
TConstArrayView< uint32 > InIndices
)
ClothMeshDesc(TConstArrayView< FVector3f >, TConstArrayView< FVector3f >, TConstArrayView< FVector3f >, TConstArrayView< uint32 >)
| Name | ClothMeshDesc |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/Utils/ClothingMeshUtils.h |
| Include Path | #include "Utils/ClothingMeshUtils.h" |
ClothMeshDesc
(
TConstArrayView< FVector3f > InPositions,
TConstArrayView< FVector3f > InNormals,
TConstArrayView< FVector3f > InTangents,
TConstArrayView< uint32 > InIndices
)