FMarqueeOperation

Helper for managing marquee operations

Windows
MacOS
Linux

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

Name Description

Public variable

FGraphPanelSele...

 

AffectedNodes

Nodes that will be selected or unselected by the current marquee operation

Public variable

TSet< class UOb...

 

AffectedNodes

Nodes that will be selected or unselected by the current marquee operation

Public variable

enum FMarqueeOp...

 

Operation

Public variable

FMarqueeRect

 

Rect

The marquee rectangle being dragged by the user

Constructors

Functions

Name Description

Public function

void

 

End()

Public function

void

 

End()

Public function Const

bool

 

IsValid()

Public function Const

bool

 

IsValid()

Public function Static

FMarqueeOper...

 

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

Public function Static

FMarqueeOper...

 

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

Public function

void

 

Start

(
    const FVector2D& InStartLocation,
    FMarqueeOperation::Type InOperation...
)

Public function

void

 

Start

(
    const FVector2D& InStartLocation,
    FMarqueeOperation::Type InOperation...
)

Enums

Name

Description

Public enum

Type

Public enum

Type

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss