Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/UInteractiveToolBuilder
- UInteractiveToolBuilder::BuildTool()
- UClickDragToolBuilder::BuildTool()
- UMeshSurfacePointToolBuilder::BuildTool()
- USingleClickToolBuilder::BuildTool()
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/InteractiveToolBuilder.h |
| Include | #include "InteractiveToolBuilder.h" |
virtual UInteractiveTool * BuildTool
(
const FToolBuilderState & SceneState
) const
Remarks
Create a new instance of this builder's Tool a new instance of the Tool, or nullptr on error/failure
Parameters
| Name | Description |
|---|---|
| SceneState | the current scene selection state, etc |