Navigation
API > API/Plugins > API/Plugins/MeshModelingToolsExp
Inheritance Hierarchy
- UObject
- UInteractiveToolBuilder
- UInteractiveToolWithToolTargetsBuilder
- UMultiSelectionMeshEditingToolBuilder
- UEditPivotToolBuilder
References
| Module | MeshModelingToolsExp |
| Header | /Engine/Plugins/Experimental/MeshModelingToolsetExp/Source/MeshModelingToolsExp/Public/EditPivotTool.h |
| Include | #include "EditPivotTool.h" |
Syntax
UCLASS ()
class UEditPivotToolBuilder : public UMultiSelectionMeshEditingToolBuilder
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. |