Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/UViewportDragInteraction
Description
Returns the state of the mouse button currently used by this Interaction. Left mouse by default, override for other buttons.
Derived Overrides
- UViewportMoveYawInteraction::GetActiveMouseButtonState
- UViewportOrthoPanInteraction::GetActiveMouseButtonState
- UViewportPanInteraction::GetActiveMouseButtonState
- UViewportViewAngleInteraction::GetActiveMouseButtonState
| Name | GetActiveMouseButtonState |
| Type | function |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/ViewportInteractions/ViewportDragInteraction.h |
| Include Path | #include "ViewportInteractions/ViewportDragInteraction.h" |
| Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/ViewportInteractions/ViewportDragInteraction.cpp |
virtual FDeviceButtonState GetActiveMouseButtonState
(
const FInputDeviceState & Input
)