Type

Unreal Engine C++ API Reference > Editor > GraphEditor > FMarqueeOperation

References

   
Module GraphEditor
Header /Engine/Plugins/2D/Paper2D/Source/Paper2DEditor/Private/SPaperEditorViewport.h
Include #include "SPaperEditorViewport.h"

Syntax

enum Type  
{  
    Remove,  
    Add,  
    Replace,  
    Invert,  
    Toggle,  
    Add,  
    Replace,  
}  

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
Toggle Holding down Ctrl toggles affected nodes
Add Holding down Shift adds to the selection
Replace When nothing is pressed, marquee replaces selection

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library