Navigation
API > API/Plugins > API/Plugins/WidgetEditorToolPalette
Property set for the URectangleSelectTool
Note: Since we don't expose this for editing via details (yet), could instead be member variables on tool.
| Name | URectangleSelectProperties |
| Type | class |
| Header File | /Engine/Plugins/Experimental/WidgetEditorToolPalette/Source/WidgetEditorToolPalette/Public/DefaultTools/RectangleSelectTool.h |
| Include Path | #include "DefaultTools/RectangleSelectTool.h" |
Syntax
UCLASS (Transient)
class URectangleSelectProperties : public UInteractiveToolPropertySet
Inheritance Hierarchy
- FWatchablePropertySet → UInteractiveToolPropertySet → URectangleSelectProperties
- UObjectBase → UObjectBaseUtility → UObject → UInteractiveToolPropertySet → URectangleSelectProperties
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
URectangleSelectProperties() |
DefaultTools/RectangleSelectTool.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bIsMarqueeActive | bool | A pending marquee operation if it's active | DefaultTools/RectangleSelectTool.h | |
| Marquee | FMarqueeOperation | A pending marquee operation if it's active | DefaultTools/RectangleSelectTool.h |