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