Navigation
API > API/Plugins > API/Plugins/ModelingComponents > API/Plugins/ModelingComponents/Mechanics > API/Plugins/ModelingComponents/Mechanics/URectangleMarqueeInteraction
Type
typedef TMulticastDelegate_TwoParams< void, const FCameraRectangle &, bool bCancelled > OnDragRectangleFinishedEvent
References
| Module | ModelingComponents |
| Header | /Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Mechanics/RectangleMarqueeMechanic.h |
| Include | #include "Mechanics/RectangleMarqueeMechanic.h" |
Remarks
OnDragRectangleFinished is called once the user lets go of the mouse button after dragging out a rectangle. bCancelled flag is true when the drag finishes due to a disabling of the mechanic or due to a TerminateDragSequence call, rather than a normal drag completion.