Navigation
API > API/Plugins > API/Plugins/DynamicMesh > API/Plugins/DynamicMesh/Operations > API/Plugins/DynamicMesh/Operations/FMeshBevel > API/Plugins/DynamicMesh/Operations/FMeshBevel/InitializeFromTriangleEdges
References
| Module | DynamicMesh |
| Header | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Public/Operations/MeshBevel.h |
| Include | #include "Operations/MeshBevel.h" |
| Source | /Engine/Plugins/Runtime/GeometryProcessing/Source/DynamicMesh/Private/Operations/MeshBevel.cpp |
void InitializeFromTriangleEdges
(
const FDynamicMesh3 & Mesh,
TConstArrayView< int32 > TriangleEdges,
TFunctionRef < bool)> IsCornerVertex
)
Remarks
Initialize the bevel with the specified mesh triangle edges
Parameters
| Name | Description |
|---|---|
| IsCornerVertex | Function to determine whether a vertex should be treated as a corner when beveling. Only affects vertices with exactly two adjacent TriangleEdges; otherwise corners will be automatically detected. |