FLevelEditorViewportClient::MakeDragTool

Called to make a drag tool when the user starts dragging in the viewport

Windows
MacOS
Linux

Override Hierarchy

FEditorViewportClient::MakeDragTool()

FLevelEditorViewportClient::MakeDragTool()

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/LevelEditorViewport.h

Include

#include "LevelEditorViewport.h"

Source

/Engine/Source/Editor/UnrealEd/Private/LevelEditorViewport.cpp

Syntax

virtual TSharedPtr< FDragTool > MakeDragTool
(
    EDragTool::Type DragToolType
)

Remarks

Called to make a drag tool when the user starts dragging in the viewport

Returns

The new drag tool

Parameters

Parameter

Description

DragToolType

The type of drag tool to make

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss