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