Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
Implements the LMB + RMB Drag world-space-up Pan interaction
| Name | UViewportMovePanInteraction |
| Type | class |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/ViewportInteractions/ViewportPanInteraction.h |
| Include Path | #include "ViewportInteractions/ViewportPanInteraction.h" |
Syntax
UCLASS (MinimalAPI, Transient)
class UViewportMovePanInteraction : public UViewportPanInteraction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UViewportInteraction → UViewportDragInteraction → UViewportPanInteraction → UViewportMovePanInteraction
Implements Interfaces
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UViewportMovePanInteraction() |
ViewportInteractions/ViewportPanInteraction.h |
Functions
Public
Protected Virtual
Overridden from UViewportDragInteraction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnDragDelta
(
float InMouseDeltaX, |
ViewportInteractions/ViewportPanInteraction.h |