Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolBuilder
- UInteractiveToolWithToolTargetsBuilder
- UMeshSurfacePointToolBuilder
- UDrawPolyPathToolBuilder
- UMeshSurfacePointMeshEditingToolBuilder
- UClothEditorWeightMapPaintToolBuilder
- UDeformMeshPolygonsToolBuilder
- UDynamicMeshSculptToolBuilder
- UEditUVIslandsToolBuilder
- UGroomCardsEditorToolBuilder
- UMeshAttributePaintToolBuilder
- UMeshGroupPaintToolBuilder
- UMeshSelectionToolBuilder
- UEditMeshMaterialsToolBuilder
- UMeshVertexPaintToolBuilder
- UMeshVertexSculptToolBuilder
- USeamSculptToolBuilder
- UShapeSprayToolBuilder
- USkinWeightsPaintToolBuilder
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseTools/MeshSurfacePointTool.h |
| Include | #include "BaseTools/MeshSurfacePointTool.h" |
Syntax
class UMeshSurfacePointToolBuilder : public UInteractiveToolWithToolTargetsBuilder
Variables
| Type | Name | Description | |
|---|---|---|---|
| IToolStylusStateProviderAPI * | StylusAPI |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UMeshSurfacePointTool * | CreateNewTool
(
const FToolBuilderState& SceneState |
||
| void | InitializeNewTool
(
UMeshSurfacePointTool* Tool, |
Called by BuildTool to configure the Tool with the input MeshSource 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 | |
|---|---|---|---|
| UInteractiveTool * | BuildTool
(
const FToolBuilderState& SceneState |
Create a new instance of this builder's Tool | |
| bool | CanBuildTool
(
const FToolBuilderState& SceneState |
Check if, given the current scene state, a new instance of this builder's Tool can be created |