Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolPropertySet
- UMeshConstraintProperties
- URemeshProperties
- UBrushRemeshProperties
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/DynamicMeshSculptTool.h |
| Include | #include "DynamicMeshSculptTool.h" |
Syntax
UCLASS&40;&41;
class UBrushRemeshProperties : public URemeshProperties
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnableRemeshing | Toggle remeshing on/off | |
| int | Iterations | ||
| int | PreserveDetail | Control the amount of simplification during sculpting. | |
| int | TriangleSize | Note that if you change range here, you must also update UDynamicMeshSculptTool::ConfigureRemesher! |