FMouseDeltaTracker::ConvertMovementDeltaToDragRot

Converts the delta movement to drag/rotation/scale based on the viewport type or widget axis.

Windows
MacOS
Linux

References

Module

UnrealEd

Header

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

Include

#include "MouseDeltaTracker.h"

Source

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

Syntax

void ConvertMovementDeltaToDragRot
(
    FSceneView * InView,
    FEditorViewportClient * InViewportClient,
    FVector & InDragDelta,
    FVector & OutDrag,
    FRotator & OutRotation,
    FVector & OutScale
) const

Remarks

Converts the delta movement to drag/rotation/scale based on the viewport type or widget axis.

Converts the delta movement to drag/rotation/scale based on the viewport type or widget axis

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