Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UPatternTool_BoundingBoxSettings
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/PatternTool.h |
| Include | #include "PatternTool.h" |
Syntax
UCLASS ()
class UPatternTool_BoundingBoxSettings : public UInteractiveToolPropertySet
Remarks
Settings for Bounding Box adjustments in the Pattern Tool
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | Adjustment | Value added to the all pattern elements' bounding boxes for adjusting the behavior of packed spacing mode manually | |
| bool | bIgnoreTransforms | If true, pattern element bounding boxes are not changed to account for StartScale or StartRotation | |
| bool | bVisualize | If true, the bounding boxes of each element are rendered in green and the combined bounding box of all source elements is rendered in red |