Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UPatternTool_LinearSettings
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/PatternTool.h |
| Include | #include "PatternTool.h" |
Syntax
UCLASS ()
class UPatternTool_LinearSettings : public UInteractiveToolPropertySet
Remarks
Settings for Linear Patterns in the Pattern Tool
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCentered | If true, Pattern is centered at the Origin, otherwise Pattern starts at the Origin | |
| int32 | Count | Number of Pattern Elements to place | |
| double | Extent | Length of Pattern along the Axis | |
| EPatternToolAxisSpacingMode | SpacingMode | Spacing Technique used to distribute Pattern Elements | |
| double | StepSize | Fixed Increment used to place Pattern Elements |