FModelingToolsEditorMode::MouseMove

Called on any mouse-move event. _not_ called during tracking/capturing, eg if any button is down

Windows
MacOS
Linux

Override Hierarchy

FEdMode::MouseMove()

FModelingToolsEditorMode::MouseMove()

References

Module

ModelingToolsEditorMode

Header

/Engine/Plugins/Experimental/ModelingToolsEditorMode/Source/ModelingToolsEditorMode/Public/ModelingToolsEditorMode.h

Include

#include "ModelingToolsEditorMode.h"

Source

/Engine/Plugins/Experimental/ModelingToolsEditorMode/Source/ModelingToolsEditorMode/Private/ModelingToolsEditorMode.cpp

Syntax

virtual bool MouseMove
(
    FEditorViewportClient * ViewportClient,
    FViewport * Viewport,
    int32 x,
    int32 y
)

Remarks

Called on any mouse-move event. not called during tracking/capturing, eg if any button is down

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