FGeomTools::ClipMeshWithPlane

Take the input mesh and cut it with supplied plane, creating new verts etc.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/GeomTools.h

Include

#include "GeomTools.h"

Source

/Engine/Source/Runtime/Engine/Private/GeomTools.cpp

Syntax

namespace FGeomTools
{
    void FGeomTools::ClipMeshWithPlane
    (
        TArray< FClipSMTriangle > & OutTris,
        TArray< FUtilEdge3D > & OutClipEdges,
        const TArray< FClipSMTriangle > & InTriangles,
        const FPlane & Plane
    )
}

Remarks

Take the input mesh and cut it with supplied plane, creating new verts etc. Also outputs new edges created on the plane.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss