Navigation
API > API/Runtime > API/Runtime/GeometryCore > API/Runtime/GeometryCore/Operations > API/Runtime/GeometryCore/Operations/FMeshSelfCut
References
| Module | GeometryCore |
| Header | /Engine/Source/Runtime/GeometryCore/Public/Operations/MeshMeshCut.h |
| Include | #include "Operations/MeshMeshCut.h" |
| Source | /Engine/Source/Runtime/GeometryCore/Private/Operations/MeshMeshCut.cpp |
bool Cut
&40;
const MeshIntersection::FIntersectionsQueryResult & Intersections
&41;
Remarks
Split mesh along the provided intersections
Parameters
| Name | Description |
|---|---|
| Intersections | A set of mesh intersections, for example as returned by TMeshAABBTree3::FindAllSelfIntersections |