Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolBuilder
- UInteractiveToolWithToolTargetsBuilder
- UMultiSelectionMeshEditingToolBuilder
- UCombineMeshesToolBuilder
References
| Module | MeshModelingTools |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/CombineMeshesTool.h |
| Include | #include "CombineMeshesTool.h" |
Syntax
UCLASS&40;&41;
class UCombineMeshesToolBuilder : public UMultiSelectionMeshEditingToolBuilder
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bIsDuplicateTool |
Overridden from UMultiSelectionMeshEditingToolBuilder
| Type | Name | Description | |
|---|---|---|---|
| UMultiSelectionMeshEditingTool * | 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 |