Navigation
API > API/Runtime > API/Runtime/InteractiveToolsFramework
UClickDragTool is a base tool that basically just implements IClickDragBehaviorTarget, and on setup registers a UClickDragInputBehavior. You can subclass this Tool to implement basic click-drag type Tools. If you want to do more advanced things, like handle modifier buttons/keys, you will need to implement IClickDragBehaviorTarget yourself
| Name | UClickDragTool |
| Type | class |
| Header File | /Engine/Source/Runtime/InteractiveToolsFramework/Public/BaseTools/ClickDragTool.h |
| Include Path | #include "BaseTools/ClickDragTool.h" |
Syntax
UCLASS (MinimalAPI)
class UClickDragTool :
public UInteractiveTool ,
public IClickDragBehaviorTarget
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → UClickDragTool