Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolBuilder
- UInteractiveToolWithToolTargetsBuilder
- USingleTargetWithSelectionToolBuilder
- UEditMeshPolygonsToolBuilder
- UEditMeshPolygonsActionModeToolBuilder
- UEditMeshPolygonsSelectionModeToolBuilder
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/EditMeshPolygonsTool.h |
| Include | #include "EditMeshPolygonsTool.h" |
Syntax
UCLASS&40;&41;
class UEditMeshPolygonsToolBuilder : public USingleTargetWithSelectionToolBuilder
Remarks
ToolBuilder
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bTriangleMode |
Overridden from USingleTargetWithSelectionToolBuilder
| Type | Name | Description | |
|---|---|---|---|
| USingleTargetWithSelectionTool * | CreateNewTool
(
const FToolBuilderState& SceneState |
||
| void | InitializeNewTool
(
USingleTargetWithSelectionTool* Tool, |
Called by BuildTool to configure the Tool with the input MeshSource based on the SceneState | |
| bool |