Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
Implements the LMB + Drag Horizontal plane move + Yaw interaction
| Name | UViewportMoveYawInteraction |
| Type | class |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/ViewportInteractions/ViewportMoveYawInteraction.h |
| Include Path | #include "ViewportInteractions/ViewportMoveYawInteraction.h" |
Syntax
UCLASS (MinimalAPI, Transient)
class UViewportMoveYawInteraction : public UViewportDragInteraction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UViewportInteraction → UViewportDragInteraction → UViewportMoveYawInteraction
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UViewportMoveYawInteraction() |
ViewportInteractions/ViewportMoveYawInteraction.h |
Functions
Public
Public Virtual
Overridden from UViewportDragInteraction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual bool CanBeActivated() |
ViewportInteractions/ViewportMoveYawInteraction.h | ||
virtual void OnDragDelta
(
float InMouseDeltaX, |
ViewportInteractions/ViewportMoveYawInteraction.h |
Overridden from IViewportClickDragBehaviorTarget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnDragEnd
(
const FInputDeviceRay& InDragEndPos |
Notify Target that drag has ended | ViewportInteractions/ViewportMoveYawInteraction.h | |
virtual void OnDragStart
(
const FInputDeviceRay& InDragStartPos |
Notify Target that drag has started | ViewportInteractions/ViewportMoveYawInteraction.h |
Protected Virtual
Overridden from UViewportInteraction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TArray< FEditorModeID > GetUnsupportedModes() |
ViewportInteractions/ViewportMoveYawInteraction.h |