Bug i got in 4.18

nothing pops up when i right click on content or meshes or anything went to see if it was my pc and went back to 4.17 project and it works first time i got this

Same here. Right mouse button just drag stuff inside Content browser, but can’t open menus and etc.

Im experiencing this same issue on Windows 10 with visual studio 2015 installed, i have an NIVIDA GTX 1080 with an AMD FX 9590. Cant right click on anything, it appears the editor is out of focus.

it’s windows 10 that’s fked.

Need to download UE4 4.18 source files and remove/comment out a line within the source code.
Use this link to get to the GitHub page for 4.18 Source files.

If you see a page saying it cannot find the page you are looking for then that means you need to signup to GitHub and or login

Once you got source code open go to Engine\Source\Runtime\Core\Private\Windows\WindowsWindow.cpp and look for the line below.

WindowExStyle |= WS_EX_COMPOSITED;

Turn that line into a comment and then build the source code into a working engine and your menus should work