Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework > API/Runtime/InteractiveToolsFramework/BaseTools
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UInteractiveToolBuilder
- UClickDragToolBuilder
References
| Module | InteractiveToolsFramework |
| Header | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseTools/ClickDragTool.h |
| Include | #include "BaseTools/ClickDragTool.h" |
Syntax
class UClickDragToolBuilder : public UInteractiveToolBuilder
Remarks
Builder for UClickDragTool
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 |