Navigation
API > API/Runtime > API/Runtime/Engine
Description
Take the input mesh and cut it with supplied plane, creating new verts etc. Also outputs new edges created on the plane.
| Name | FGeomTools::ClipMeshWithPlane |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Public/GeomTools.h |
| Include Path | #include "GeomTools.h" |
| Source | /Engine/Source/Runtime/Engine/Private/GeomTools.cpp |
namespace FGeomTools
{
void FGeomTools::ClipMeshWithPlane
(
TArray < FClipSMTriangle > & OutTris,
TArray < FUtilEdge3D > & OutClipEdges,
const TArray < FClipSMTriangle > & InTriangles,
const FPlane & Plane
)
}