Navigation
API > API/Editor > API/Editor/UnrealEd
Inheritance Hierarchy
- FDragTool
- FDragTool_ViewportChange
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/DragTool_ViewportChange.h |
Include | #include "DragTool_ViewportChange.h" |
Syntax
class FDragTool_ViewportChange : public FDragTool
Remarks
Draws a line in the current viewport and display the view options
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
FDragTool_ViewportChange
(
FLevelEditorViewportClient* InviewportClient |
Overridden from FDragTool
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | AddDelta
(
const FVector& InDelta |
Updates the drag tool's end location with the specified delta. |
![]() ![]() |
void | EndDrag () |
Ends a mouse drag behavior (the user has let go of the mouse button). |
![]() ![]() |
void | Render
(
const FSceneView* View, |
|
![]() ![]() |
void | StartDrag
(
FEditorViewportClient* InViewportClient, |
Starts a mouse drag behavior. |