Navigation
API > API/Plugins > API/Plugins/FractureEditor > API/Plugins/FractureEditor/UFractureActionTool
References
| Module | FractureEditor |
| Header | /Engine/Plugins/Experimental/ChaosEditor/Source/FractureEditor/Public/FractureTool.h |
| Include | #include "FractureTool.h" |
| Source | /Engine/Plugins/Experimental/ChaosEditor/Source/FractureEditor/Public/FractureTool.cpp |
static void GetSelectedGeometryCollectionComponents
&40;
TSet< UGeometryCollectionComponent &42; > & GeomCompSelection,
bool bFilterForUniqueRestCollections
&41;
Remarks
Get the Geometry Collection components in the current selection
Parameters
| Name | Description |
|---|---|
| GeomCompSelection | the set to fill with Geometry Collection components |
| bFilterForUniqueRestCollections | if true, and selection contains multiple components backed by the same Rest Collection asset, the selection will be filtered to only contain one component per asset |