Navigation
API > API/Plugins > API/Plugins/UVEditorTools
Inheritance Hierarchy
- UObject
- FWatchablePropertySet
- UInteractiveToolPropertySet
- UUVEditorBrushSelectToolProperties
References
| Module | UVEditorTools |
| Header | /Engine/Plugins/Editor/UVEditor/Source/UVEditorTools/Public/UVEditorBrushSelectTool.h |
| Include | #include "UVEditorBrushSelectTool.h" |
Syntax
UCLASS ()
class UUVEditorBrushSelectToolProperties : public UInteractiveToolPropertySet
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bClearSelectionOnEachDrag | When true, each drag will clear the existing selection if neither Shift (add to selection) nor Ctrl (remove from selection) nor both (toggle selection) are pressed. | |
| bool | bExpandToIslands | When true, brush selects whole UV islands instead of individual triangles. | |
| ClampMax | |||
| ClampMin | Radius of the brush in the 2D UV unwrap view. |
Radius of the brush in the 3D live preview view. |
| UIMax |