Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Settings for Radial Patterns in the Pattern Tool
| Name | UPatternTool_RadialSettings |
| Type | class |
| Header File | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/PatternTool.h |
| Include Path | #include "PatternTool.h" |
Syntax
UCLASS (MinimalAPI)
class UPatternTool_RadialSettings : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → UPatternTool_RadialSettings
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → UPatternTool_RadialSettings
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AngleShift | double | Fixed offset added to Start/End Angles | PatternTool.h |
|
| bOriented | bool | If true, Pattern elements are rotated to align with the Circle tangent | PatternTool.h |
|
| Count | int32 | Number of Pattern Elements to place | PatternTool.h |
|
| EndAngle | double | End angle of the Circle/Arc | PatternTool.h |
|
| Radius | double | Radius of the Circle/Arc | PatternTool.h |
|
| SpacingMode | EPatternToolAxisSpacingMode | Spacing Technique used to distribute Pattern Elements around the Circle/Arc | PatternTool.h |
|
| StartAngle | double | Start angle of the Circle/Arc | PatternTool.h |
|
| StepSize | double | Fixed Increment (in Degrees) used to position Pattern Elements around the Circle/Arc | PatternTool.h |
|