Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework
Implements the RMB + Drag interaction used to change the current Camera View angle
| Name | UViewportViewAngleInteraction |
| Type | class |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/ViewportInteractions/ViewportViewAngleInteraction.h |
| Include Path | #include "ViewportInteractions/ViewportViewAngleInteraction.h" |
Syntax
UCLASS (MinimalAPI, Transient)
class UViewportViewAngleInteraction : public UViewportDragInteraction
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UViewportInteraction → UViewportDragInteraction → UViewportViewAngleInteraction
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UViewportViewAngleInteraction() |
ViewportInteractions/ViewportViewAngleInteraction.h |
Functions
Public
Overridden from UViewportDragInteraction
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FDeviceButtonState GetActiveMouseButtonState
(
const FInputDeviceState& Input |
Returns the state of the mouse button currently used by this Interaction. | ViewportInteractions/ViewportViewAngleInteraction.h | |
virtual void OnDragDelta
(
float InMouseDeltaX, |
ViewportInteractions/ViewportViewAngleInteraction.h |
Overridden from IClickDragBehaviorTarget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FInputRayHit CanBeginClickDragSequence
(
const FInputDeviceRay& InPressPos |
ViewportInteractions/ViewportViewAngleInteraction.h | ||
virtual void OnClickPress
(
const FInputDeviceRay& PressPos |
ViewportInteractions/ViewportViewAngleInteraction.h | ||
virtual void OnClickRelease
(
const FInputDeviceRay& ReleasePos |
ViewportInteractions/ViewportViewAngleInteraction.h |
Overridden from IModifierToggleBehaviorTarget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual void OnUpdateModifierState
(
int ModifierID, |
ViewportInteractions/ViewportViewAngleInteraction.h |