Choose your operating system:
Windows
macOS
Linux
typedef TMulticastDelegate_TwoParams< void, const FCameraRectangle &, bool bCancelled > OnDragRectangleFinishedEvent
Module |
|
Header |
/Engine/Plugins/Runtime/MeshModelingToolset/Source/ModelingComponents/Public/Mechanics/RectangleMarqueeMechanic.h |
Include |
#include "Mechanics/RectangleMarqueeMechanic.h" |
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.