Navigation
API > API/Editor > API/Editor/ViewportInteraction > API/Editor/ViewportInteraction/UViewportDragOperation
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void ExecuteDrag
(
FDraggingTransformableData& DraggingData |
Execute dragging | ViewportDragOperation.h | |
virtual void ExecuteDrag
(
UViewportInteractor* Interactor, |
Execute dragging | ViewportDragOperation.h |
ExecuteDrag(struct FDraggingTransformableData &)
Description
Execute dragging
| Name | ExecuteDrag |
| Type | function |
| Header File | /Engine/Source/Editor/ViewportInteraction/Public/ViewportDragOperation.h |
| Include Path | #include "ViewportDragOperation.h" |
virtual void ExecuteDrag
(
struct FDraggingTransformableData & DraggingData
)
Parameters
| Name | Remarks |
|---|---|
| UViewportInteractor | The interactor causing the dragging |
| IViewportInteractableInterface | The interactable owning this drag operation |
ExecuteDrag(class UViewportInteractor , class IViewportInteractableInterface )
Description
Execute dragging
| Name | ExecuteDrag |
| Type | function |
| Header File | /Engine/Source/Editor/ViewportInteraction/Public/ViewportDragOperation.h |
| Include Path | #include "ViewportDragOperation.h" |
virtual void ExecuteDrag
(
class UViewportInteractor * Interactor,
class IViewportInteractableInterface * Interactable
)
Parameters
| Name | Remarks |
|---|---|
| UViewportInteractor | The interactor causing the dragging |
| IViewportInteractableInterface | The interactable owning this drag operation |