"Failed to load Vulkan driver" when I start UE4Editor

“Failed to load Vulkan driver which is required to run the engine. the engine no longer fallbacks to OpenGL4 which has been deprecated” when I start UE4Editor in the Ubuntu 16.04

I wish I had seen this before. On Ubuntu, you must install Vulkan utils alongside Vulkan drivers:

$ sudo apt -y install vulkan-utils
1 Like