Navigation
API > API/Editor > API/Editor/EditorInteractiveToolsFramework > API/Editor/EditorInteractiveToolsFramework/UTransformGizmo
Description
Compute angle (degrees) delta based on screen-space start/end positions. Intended to be used in combination with ComputeAxisRotateDelta
| Name | ComputeAxisRotateDeltaAngle |
| Type | function |
| Header File | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Public/EditorGizmos/TransformGizmo.h |
| Include Path | #include "EditorGizmos/TransformGizmo.h" |
| Source | /Engine/Source/Editor/Experimental/EditorInteractiveToolsFramework/Private/EditorGizmos/TransformGizmo.cpp |
virtual double ComputeAxisRotateDeltaAngle
(
const FVector2D & InStartPos,
const FInputDeviceRay & InDragPos
)