Navigation
API > API/Plugins > API/Plugins/PlanarCut
References
| Module | PlanarCut |
| Header | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Public/PlanarCut.h |
| Include | #include "PlanarCut.h" |
| Source | /Engine/Plugins/Experimental/PlanarCutPlugin/Source/PlanarCut/Private/PlanarCut.cpp |
int32 SplitIslands
&40;
FGeometryCollection & Collection,
const TArrayView< const int32 > & TransformIndices,
double CollisionSampleSpacing,
FProgressCancel &42; Progress
&41;
Remarks
Split the geometry at the given transforms into their connected components index of first new geometry in the Output GeometryCollection, or -1 if no geometry was added
Parameters
| Name | Description |
|---|---|
| Collection | The collection to be cut |
| TransformIndices | Which transform groups inside the collection to cut |
| CollisionSampleSpacing | Target spacing between collision sample vertices |
| Progress | Optionally tracks progress and supports early-cancel |