Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon > API/Runtime/ClothingSystemRuntimeCommon/FClothPhysicalMeshData
Deprecated * This function is no longer part of this API and will soon be removed.
References
| Module | ClothingSystemRuntimeCommon |
| Header | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/ClothPhysicalMeshData.h |
| Include | #include "ClothPhysicalMeshData.h" |
| Source | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Private/ClothPhysicalMeshData.cpp |
void ComputeFaceAveragedVertexNormals
&40;
TArray< FVector3f > & OutNormals
&41; const
Remarks
Compute vertex normals as unweighted average of incident face normals. If all incident triangles are degenerate, the vertex normal is assigned a value of FVector3f::XAxisVector.