Navigation
API > API/Runtime > API/Runtime/ClothingSystemRuntimeCommon > API/Runtime/ClothingSystemRuntimeCommon/ClothMeshDesc
Description
Return the max edge length for each edge coming out of a mesh vertex. Useful for guiding the search radius when searching for nearest triangles.
| Name | GetMaxEdgeLengths |
| Type | function |
| Header File | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Public/Utils/ClothingMeshUtils.h |
| Include Path | #include "Utils/ClothingMeshUtils.h" |
| Source | /Engine/Source/Runtime/ClothingSystemRuntimeCommon/Private/Utils/ClothingMeshUtils.cpp |
TConstArrayView< float > GetMaxEdgeLengths() const