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