OnDragRectangleFinishedEvent

Called once the user lets go of the mouse button after dragging out a rectangle.

Choose your operating system:

Windows

macOS

Linux

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

Called once the user lets go of the mouse button after dragging out a rectangle. The last dragged rectangle is passed here so that clients can choose to just implement this function in simple cases. 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.