Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObject
- UInteractiveToolBuilder
- UInteractiveToolWithToolTargetsBuilder
- UMultiSelectionMeshEditingToolBuilder
- UPatternToolBuilder
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/PatternTool.h |
| Include | #include "PatternTool.h" |
Syntax
UCLASS ()
class UPatternToolBuilder : public UMultiSelectionMeshEditingToolBuilder
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bEnableCreateISMCs |
Overridden from UMultiSelectionMeshEditingToolBuilder
| Type | Name | Description | |
|---|---|---|---|
| UMultiSelectionMeshEditingTool * | CreateNewTool
(
const FToolBuilderState& SceneState |
||
| void | InitializeNewTool
(
UMultiSelectionMeshEditingTool* NewTool, |
Called by BuildTool to configure the Tool with the input mesh source(s) based on the SceneState |
Overridden from UInteractiveToolWithToolTargetsBuilder
| Type | Name | Description | |
|---|---|---|---|
| const FToolTargetTypeRequirements & | Gives the target requirements of the associated tool. |
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 |