Navigation
API > API/Plugins > API/Plugins/WidgetEditorToolPalette
URectangleSelectTool is a simple marque widget select tool.
| Name | URectangleSelectTool |
| Type | class |
| Header File | /Engine/Plugins/Experimental/WidgetEditorToolPalette/Source/WidgetEditorToolPalette/Public/DefaultTools/RectangleSelectTool.h |
| Include Path | #include "DefaultTools/RectangleSelectTool.h" |
Syntax
UCLASS ()
class URectangleSelectTool :
public UInteractiveTool,
public IWidgetBaseBehavior
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveTool → URectangleSelectTool
Implements Interfaces
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool OnKeyDown
(
const FGeometry& MyGeometry, |
DefaultTools/RectangleSelectTool.h | ||
virtual bool OnMouseButtonDown
(
const FGeometry& MyGeometry, |
DefaultTools/RectangleSelectTool.h | ||
virtual bool OnMouseButtonUp
(
const FGeometry& MyGeometry, |
DefaultTools/RectangleSelectTool.h | ||
virtual bool OnMouseMove
(
const FGeometry& MyGeometry, |
DefaultTools/RectangleSelectTool.h | ||
virtual int32 OnPaint
(
const FPaintArgs& Args, |
DefaultTools/RectangleSelectTool.h | ||
virtual void SetOwningToolkit
(
TSharedPtr< class IToolkit > InOwningToolkit |
DefaultTools/RectangleSelectTool.h | ||
virtual void SetOwningWidget
(
TSharedPtr< class SWidget > InOwningWidget |
DefaultTools/RectangleSelectTool.h | ||
virtual void Setup() |
DefaultTools/RectangleSelectTool.h |
Protected
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SelectWidgetsAffectedByMarquee() |
DefaultTools/RectangleSelectTool.h |