Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/IGeometrySelector
Description
Accumulate the bounds of the provided Selection in the provided BoundsInOut. BoundsInOut is not cleared.
Derived Overrides
| Name | AccumulateSelectionBounds |
| Type | function |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Selection/GeometrySelector.h |
| Include Path | #include "Selection/GeometrySelector.h" |
void AccumulateSelectionBounds
(
const FGeometrySelection & Selection,
FGeometrySelectionBounds & BoundsInOut,
bool bTransformToWorld
)
Parameters
| Name | Remarks |
|---|---|
| bTransformToWorld | if true each bounded point/element will be transformed to World space before being "contained" in BoundsInOut |