Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
Builder for USingleClickTool
| Name | USingleClickToolBuilder |
| Type | class |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseTools/SingleClickTool.h |
| Include Path | #include "BaseTools/SingleClickTool.h" |
Syntax
UCLASS (MinimalAPI)
class USingleClickToolBuilder : public UInteractiveToolBuilder
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolBuilder → USingleClickToolBuilder
Derived Classes
- UTextureAssetAdapterClickToolBuilder
- UTextureColorAdapterClickToolBuilder
- UVertexAdapterClickToolBuilder
Functions
Public
Overridden from UInteractiveToolBuilder
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UInteractiveTool * BuildTool
(
const FToolBuilderState& SceneState |
Create a new instance of this builder's Tool | BaseTools/SingleClickTool.h | |
virtual bool CanBuildTool
(
const FToolBuilderState& SceneState |
Check if, given the current scene state, a new instance of this builder's Tool can be created | BaseTools/SingleClickTool.h |