Z shortcut works only when you click at the grey area of modeling tools. It doesn’t work when you are active in the viewport even though E, Q, T, Ctrl+Middle click shortcuts work in viewport.
Ctrl+Drag shortcut doesn’t work at all
What Type of Bug are you experiencing?
Level Design & Art Tools
Steps to Reproduce
Open Cubegrid (Shift + 5 > Create > CubeGrid)
Try to use Corner Mode shortcut (Z) and Ctrl+Drag Push Pull shortcut while in the Viewport
Expected Result
Corner Mode and Ctrl+Drag shortcuts are working
Observed Result
Corner Mode and Ctrl+Drag shortcuts aren’t working
Solution 1: Type in console ViewportInteractions.EnableITFInteractions 0 . It has unknown effects but it can fix this Cubegrid issue. Write this command into DefaultEngine.ini to disable it permanently.
Solution 2: Modify UnrealEd source and recompile the engine… Wait for it. UE-386332
Solution 3: Put my plugin into your project’s folder. No need to do solution 1