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