I am attempting to create a generic cutting tool for geometry scripting. I want the cutting tool to perform some operation (e.g., subtractive boolean) on the overlapped actors.
For example, like this wonderful video here: https://youtu.be/u1qQO4XRgYQ?si=EKvYe9UKnhQaueP2&t=352
In my example, I have the cutter in red and the dynamic mesh to be cut in white.
The cutter code (not working) looks like this currently. This does find the object to be cut but the Boolean operation doesn’t seem to be doing anything.
Workflow
EventSetup
EventFindOverlap
EventCut
I’ve tried a few different things than what is shown here but this is the current non-functioning version. Any insight as to how get this type of operation working?