FWidget::AbsoluteTranslationConvertMouseMovementToAxisMovement

Absolute Translation conversion from 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 AbsoluteTranslationConvertMouseMovementToAxisMovement
(
    FSceneView * InView,
    FEditorViewportClient * InViewportClient,
    const FVector & InLocation,
    const FVector2D & InMousePosition,
    FVector & OutDrag,
    FRotator & OutRotation,
    FVector & OutScale
)

Remarks

Absolute Translation conversion from 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