FWidget::ConvertMouseMovementToAxisMovement

Converts mouse movement on the screen to widget axis movement/rotation.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "UnrealWidget.h"

Source

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

Syntax

void ConvertMouseMovementToAxisMovement
(
    FSceneView * InView,
    FEditorViewportClient * InViewportClient,
    bool bInUsedDragModifier,
    FVector & InDiff,
    FVector & OutDrag,
    FRotator & OutRotation,
    FVector & OutScale
)

Remarks

Converts mouse movement on the screen to widget axis movement/rotation.

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