Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsEditorOnlyExp
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolBuilder
- UInteractiveToolWithToolTargetsBuilder
- UMeshSurfacePointToolBuilder
- UMeshSurfacePointMeshEditingToolBuilder
- UMeshSelectionToolBuilder
- UEditMeshMaterialsToolBuilder
References
| Module | MeshModelingToolsEditorOnlyExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsEditorOnlyExp/Public/EditMeshMaterialsTool.h |
| Include | #include "EditMeshMaterialsTool.h" |
Syntax
UCLASS&40;&41;
class UEditMeshMaterialsToolBuilder : public UMeshSelectionToolBuilder
Overridden from UMeshSurfacePointToolBuilder
| Type | Name | Description | |
|---|---|---|---|
| UMeshSurfacePointTool * | CreateNewTool
(
const FToolBuilderState& SceneState |
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 |