UE5-01 Visual bug

I downloaded UE5 about 3 weeks ago and had a major issue right off the get go. I’m just curious if anyone else has seen and or knows how i can fix this “see images bellow”.




So basically when i right click in the view port, all my options are covered by what looks like an image of the screen. Then, when i ever i go to hover over top of it my screen will go black, the screen also goes back if i hover over anything outside of the view port.
I have tried switching over to NVidias studio drivers, made sure all other drivers were up to date, uninstalled and re installed UE5 and im now im just stumped.

1 Like

I have no solution. Just want to say that it was started after Windows/Nvidia drivers updates many months ago. In CP77 an objects were spawned under textures. In Outerspace life bars of NPCs shown through a mounts. In EU4/5 bug with menu was started. About UE4/5, I cannot remember if it was on Linux too.

Hi @Mr.Ben , i have the exact same issue. Turns out i need to manually change the config of the project to use DX11 and SM5, because it automatically create a new project in DX12 and not working correctly.
Under Project Folder\Config there is a Default Engine.ini
Search for these 2 parameter and change to be like below:

[/Script/WindowsTargetPlatform.WindowsTargetSettings]
TargetedRHIs=PCD3D_SM5
DefaultGraphicsRHI=DefaultGraphicsRHI_DX11

If one of the options are not present, you can add it as the PCD3D_SM6 show as beta in the editor.

Hope this helps until they figure out whats wrong with UE5 and Dx12

Found a Solution to Keep DX12 working in the editor.

If you are using Nvidia Card/Drivers, you need to disable Multi-Frame Sampled AA (MFAA) for the unrealeditor.exe. It worked for me and solved the issue.
My system in in PTBR, but i hope it gives you an idea on where to go in the bellow screenshot.

Using NVidia game ready drivers version 512.59.

In my case it was off and bug was there.

I delete the engine and the folder C:\Program Files (x86)\Epic Games\Launcher\Engine and reinstall, and works for me