Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Settings for Bounding Box adjustments in the Pattern Tool
| Name | UPatternTool_BoundingBoxSettings |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/PatternTool.h |
| Include Path | #include "PatternTool.h" |
Syntax
UCLASS (MinimalAPI)
class UPatternTool_BoundingBoxSettings : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UPatternTool_BoundingBoxSettings
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UPatternTool_BoundingBoxSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Adjustment | float | Value added to the all pattern elements' bounding boxes for adjusting the behavior of packed spacing mode manually | PatternTool.h |
|
| bIgnoreTransforms | bool | If true, pattern element bounding boxes are not changed to account for StartScale or StartRotation | PatternTool.h |
|
| bVisualize | bool | 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 | PatternTool.h |
|