Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/FMarqueeOperation
References
Module | GraphEditor |
Header | /Engine/Source/Editor/GraphEditor/Public/MarqueeOperation.h |
Include | #include "MarqueeOperation.h" |
Syntax
enum Type
{
Remove,
Add,
Replace,
Invert,
}
Values
Name | Description |
---|---|
Remove | Holding down Alt removes nodes |
Add | Holding down Shift adds to the selection |
Replace | When nothing is pressed, marquee replaces selection |
Invert | Holding down Ctrl toggles the selection state of all encompassed nodes |