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 |
void MergeAllSelectedBones
&40;
FGeometryCollection & Collection,
const TArrayView< const int32 > & TransformIndices,
bool bUnionJoinedPieces
&41;
Remarks
Merge all chosen nodes into a single node. Unlike MergeBones(), does not account for proximity and will always only merge the selected bones.
Parameters
| Name | Description |
|---|---|
| Collection | The collection to be processed |
| TransformIndices | The transform indices to process, or empty if all should be processed |
| bUnionJoinedPieces | Try to 'union' the merged pieces, removing internal triangles and connecting the shared cut boundary |