Navigation
API > API/Editor > API/Editor/ViewportInteraction > API/Editor/ViewportInteraction/UViewportDragOperation > API/Editor/ViewportInteraction/UViewportDragOperation/ExecuteDrag
References
| Module | ViewportInteraction |
| Header | /Engine/Source/Editor/ViewportInteraction/Public/ViewportDragOperation.h |
| Include | #include "ViewportDragOperation.h" |
virtual void ExecuteDrag
(
class UViewportInteractor * Interactor,
class IViewportInteractableInterface * Interactable
)
Remarks
Execute dragging
Parameters
| Name | Description |
|---|---|
| UViewportInteractor | The interactor causing the dragging |
| IViewportInteractableInterface | The interactable owning this drag operation |