FGroomEditorMode::CapturedMouseMove

Called during mouse-down mouse-move.

Windows
MacOS
Linux

Override Hierarchy

FEdMode::CapturedMouseMove()

FGroomEditorMode::CapturedMouseMove()

References

Module

HairStrandsEditor

Header

/Engine/Plugins/Runtime/HairStrands/Source/HairStrandsEditor/Public/GroomEditorMode.h

Include

#include "GroomEditorMode.h"

Source

/Engine/Plugins/Runtime/HairStrands/Source/HairStrandsEditor/Private/GroomEditorMode.cpp

Syntax

virtual bool CapturedMouseMove
(
    FEditorViewportClient * InViewportClient,
    FViewport * InViewport,
    int32 InMouseX,
    int32 InMouseY
)

Remarks

Called during mouse-down mouse-move. Always called, return value is used to indicate whether we "handled" this mouse move (see FEditorModeTools::CapturedMouseMove) but does not pre-empt other editor modes from seeing this move event...

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