Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UMeshSelectionToolProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/MeshSelectionTool.h |
| Include | #include "MeshSelectionTool.h" |
Syntax
UCLASS&40;&41;
class UMeshSelectionToolProperties : public UInteractiveToolPropertySet
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | AngleTolerance | Angle in Degrees used for Angle-based Selection Modes | |
| bool | bHitBackFaces | Allow the brush to hit back-facing parts of the surface | |
| bool | bShowPoints | Toggle drawing of highlight points on/off | |
| EMeshFacesColorMode | FaceColorMode | Color each triangle based on the selected mesh attribute | |
| EMeshSelectionToolPrimaryMode | SelectionMode | The Selection Mode defines the behavior of the selection brush |