Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UPatternTool_GridSettings
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/PatternTool.h |
| Include | #include "PatternTool.h" |
Syntax
UCLASS ()
class UPatternTool_GridSettings : public UInteractiveToolPropertySet
Remarks
Settings for Grid Patterns in the Pattern Tool TODO: maybe we can just re-use UPatternTool_LinearSettings for this??
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bCenteredX | If true, Pattern is centered at the Origin along the Main axis, otherwise Pattern starts at the Origin | |
| bool | bCenteredY | If true, Pattern is centered at the Origin along the Secondary axis, otherwise Pattern starts at the Origin | |
| int32 | CountX | Number of Pattern Elements to place along the Main axis | |
| int32 | CountY | Number of Pattern Elements to place along the Secondary axis | |
| double | ExtentX | Length/Extent of Pattern falong the Main Axis | |
| double | ExtentY | Length/Extent of Pattern falong the Secondary Axis | |
| EPatternToolAxisSpacingMode | SpacingX | Spacing Technique used to distribute Pattern Elements along the Main axis | |
| EPatternToolAxisSpacingMode | SpacingY | Spacing Technique used to distribute Pattern Elements along the Secondary axis | |
| double | StepSizeX | Fixed Increment used to place Pattern Elements along the Main axis | |
| double | StepSizeY | Fixed Increment used to place Pattern Elements along the Secondary axis |