Navigation
API > API/Editor > API/Editor/ViewportInteraction > API/Editor/ViewportInteraction/UViewportWorldInteraction
Gets the event for when an interactor stops dragging
| Name | FOnStopDragging |
| Type | class |
| Header File | /Engine/Source/Editor/ViewportInteraction/Public/ViewportWorldInteraction.h |
| Include Path | #include "ViewportWorldInteraction.h" |
Syntax
class FOnStopDragging : public TBaseMulticastDelegate_OneParam< void, class UViewportInteractor * >
Inheritance Hierarchy
- TBaseMulticastDelegate_OneParam< void, class UViewportInteractor * > → UViewportWorldInteraction::FOnStopDragging