Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
Handles RMB + Trackpad movement for world-space-up Panning
| Name | UViewportTrackpadPanInteraction |
| Type | class |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/ViewportInteractions/ViewportPanInteraction.h |
| Include Path | #include "ViewportInteractions/ViewportPanInteraction.h" |
Syntax
UCLASS (MinimalAPI, Transient)
class UViewportTrackpadPanInteraction : public UViewportMovePanInteraction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UViewportInteraction → UViewportDragInteraction → UViewportPanInteraction → UViewportMovePanInteraction → UViewportTrackpadPanInteraction
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UViewportTrackpadPanInteraction() |
ViewportInteractions/ViewportPanInteraction.h |
Functions
Public
Public Virtual
Overridden from UViewportDragInteraction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanBeActivated() |
ViewportInteractions/ViewportPanInteraction.h |