Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolBuilder
- UInteractiveToolWithToolTargetsBuilder
- USingleTargetWithSelectionToolBuilder
- UConvertToPolygonsToolBuilder
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/ConvertToPolygonsTool.h |
| Include | #include "ConvertToPolygonsTool.h" |
Syntax
UCLASS&40;&41;
class UConvertToPolygonsToolBuilder : public USingleTargetWithSelectionToolBuilder
Overridden from USingleTargetWithSelectionToolBuilder
| Type | Name | Description | |
|---|---|---|---|
| USingleTargetWithSelectionTool * | CreateNewTool
(
const FToolBuilderState& SceneState |
||
| bool |
Overridden from UInteractiveToolBuilder
| Type | Name | Description | |
|---|---|---|---|
| bool | CanBuildTool
(
const FToolBuilderState& SceneState |
Check if, given the current scene state, a new instance of this builder's Tool can be created |