Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FMouseDeltaTracker
Description
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
| Name | ConvertMovementDeltaToDragRot |
| Type | function |
| Header File | /Engine/Source/Editor/UnrealEd/Public/MouseDeltaTracker.h |
| Include Path | #include "MouseDeltaTracker.h" |
| Source | /Engine/Source/Editor/UnrealEd/Private/MouseDeltaTracker.cpp |
void ConvertMovementDeltaToDragRot
(
FSceneView * InView,
FEditorViewportClient * InViewportClient,
FVector & InDragDelta,
FVector & OutDrag,
FRotator & OutRotation,
FVector & OutScale
) const