Navigation
API > API/Plugins > API/Plugins/MeshModelingTools
| Name | UCombineMeshesToolBuilder |
| Type | class |
| Header File | /Engine/Plugins/Runtime/MeshModelingToolset/Source/MeshModelingTools/Public/CombineMeshesTool.h |
| Include Path | #include "CombineMeshesTool.h" |
Syntax
UCLASS (MinimalAPI)
class UCombineMeshesToolBuilder : public UMultiSelectionMeshEditingToolBuilder
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolBuilder → UInteractiveToolWithToolTargetsBuilder → UMultiSelectionMeshEditingToolBuilder → UCombineMeshesToolBuilder
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsDuplicateTool | bool | CombineMeshesTool.h |
Functions
Public
Overridden from UMultiSelectionMeshEditingToolBuilder
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UMultiSelectionMeshEditingTool * CreateNewTool
(
const FToolBuilderState& SceneState |
CombineMeshesTool.h |
Overridden from UInteractiveToolBuilder
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanBuildTool
(
const FToolBuilderState& SceneState |
CombineMeshesTool.h |
Protected
Overridden from UInteractiveToolWithToolTargetsBuilder
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FToolTargetTypeRequirements & GetTargetRequirements() |
CombineMeshesTool.h |