Navigation
API > API/Editor > API/Editor/GraphEditor
References
| Module | GraphEditor |
| Header | /Engine/Source/Editor/GraphEditor/Public/MarqueeOperation.h |
| Include | #include "MarqueeOperation.h" |
Syntax
struct FMarqueeOperation
Remarks
Helper for managing marquee operations
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGraphPanelSelectionSet | AffectedNodes | Nodes that will be selected or unselected by the current marquee operation | |
| TSet< class UObject * > | AffectedNodes | Nodes that will be selected or unselected by the current marquee operation | |
| enum FMarqueeOperation::Type | Operation | ||
| FMarqueeRect | Rect | The marquee rectangle being dragged by the user |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | End () |
||
| void | End () |
||
| bool | IsValid () |
||
| bool | IsValid () |
||
| FMarqueeOperation::Type | OperationTypeFromMouseEvent
(
const FPointerEvent& MouseEvent |
Given a mouse event, figure out what the marquee selection should do based on the state of Shift and Ctrl keys | |
| FMarqueeOperation::Type | OperationTypeFromMouseEvent
(
const FPointerEvent& MouseEvent |
Given a mouse event, figure out what the marquee selection should do based on the state of Shift and Ctrl keys | |
| void | Start
(
const FVector2D& InStartLocation, |
||
| void | Start
(
const FVector2D& InStartLocation, |