The piloting was overwriting the viewport transition code resulting in no movement.
UE-7376
#codereview Matt.Kuhlenschmidt
[CL 2586227 by Timothy Reynolds in Main branch]
- Combined 2D Rotate / Translate widget
- 2D Layer Snap planes
- Some UI stuff to go with it
#codereview michael.noland
[CL 2500349 by Dinesh Kumar in Main branch]
I have reviewed each change carefully, but it is a large change and I could have missed something! Here is a summary of the types of changes in this CL:
* Made nullptr checks consistent (the plurality of the changes are of this type)
* Completed switch statements (IE, switch did not explicitly handle default case, but had unhandled enum entries - this is the second most popular type of fix)
* Removed unused variables
* Removed redundant initializations
* WidgetNavigationCustomization.cpp was fixed by the owner
* integers converted to floats where result was stored in a float
* Removed redundent null checks (e.g. before delete statements)
* Renamed variables to prevent non-obvious shadowing
* Fixed use of bitwise & when checking for equality to an enum entry (which is often 0)
* Fixes for some copy paste errors (e.g. FoliageEdMode.cpp)
[CL 2498053 by Dan Oconnor in Main branch]
#jira UE-12070 - Cursor disappears and reappears when creating a selection box while zoomed
Fixed issue where the drag start position in zoomed ortho modes is incorrect, due to the trigger for drag start being determined by a scaled delta. Now uses the new RawDelta property.
[CL 2497152 by Richard TalbotWatkin in Main branch]
- Prevents some types of selection highlighting issues where editors would use the global selection state incorrectly
[UE-11603]
[CL 2485624 by Michael Noland in Main branch]
#jira UE-11737 - Viewport focus can be lost when zooming while Alt+LMB orbiting now (regression?)
#reviewedby Matt.Kuhlenschmidt
[CL 2484618 by Richard TalbotWatkin in Main branch]
#jira UE-1143 - LIVE: Include option to view Orthographic views from both angles Front Back Left Right Top Bottom
#reviewedby Matt.Kuhlenschmidt
[CL 2480276 by Richard TalbotWatkin in Main branch]
#ttp 345815 - NUX: MVP: Quality pass on viewport gizmos (esp rotation)
#ttp 345479 - NUX:Level Viewport: Frustratingly glitchy input when trying to drag gizmos after right clicking (moves camera instead of actor!)
#jira UE-8762 - Extrude BSP on certain faces does not move in the corresponding direction of the mouse
#reviewedby Matt.Kuhlenschmidt
[CL 2476880 by Richard TalbotWatkin in Main branch]
#jira UE-10692 - BSP flickers off and on when moving a brush in the level
- Fixed issue in FEditorViewportClient::StopTracking() where the HitProxy was being invalidated with immediate effect. When this is done, the viewport must be redrawn directly afterwards.
#reviewedby Matt.Kuhlenschmidt
[CL 2472020 by Richard TalbotWatkin in Main branch]