Cut

The cut component can be attached to tools, and will cut the mesh according to a plane, defined in world space. The left section of the mesh will be discarded, while the right section will remain

Set up

Inside the tool blueprint, add the Mages Cut component:

../../../_images/cut00.png

To setup the cut plane, we add 4 new components named: * “CutPlane0_0” * “CutPlane0_1” * “CutPlane0_2” * “CutPlane0_3”

All of these scene components need to include the tag “Axis” in their component tags

../../../_images/cut01.png

That’s it! Make sure to add some sort of overlap collider to trigger the cut.