When I run Engine/Binaries/Linux/UE4Editor, I get the following error Cannot find compatible Vulkan driver (ICD).
I did however install Vulkan SDK.
I am using Intel Corporation Skylake GT2 [HD Graphics 520] (rev 07).
[2019.02.24-14.32.13:061][ 0]LogVulkanRHI: Display: - Found instance layer VK_LAYER_LUNARG_standard_validation
[2019.02.24-14.32.13:061][ 0]LogVulkanRHI: Display: - Found instance layer VK_LAYER_LUNARG_starter_layer
[2019.02.24-14.32.13:061][ 0]LogVulkanRHI: Display: - Found instance layer VK_LAYER_LUNARG_vktrace
[2019.02.24-14.32.13:061][ 0]LogVulkanRHI: Display: - Found instance extension VK_EXT_debug_report
[2019.02.24-14.32.13:061][ 0]LogVulkanRHI: Display: - Found instance extension VK_EXT_debug_utils
Unable to read VR Path Registry from /home/toni/.config/openvr/openvrpaths.vrpath
[2019.02.24-14.32.13:072][ 0]LogHMD: Failed to initialize OpenVR with code 110
[2019.02.24-14.32.13:074][ 0]LogVulkanRHI: Display: Not using instance layers
[2019.02.24-14.32.13:074][ 0]LogVulkanRHI: Display: Not using instance extensions
The (only) solution that worked for me was to install Steam.
It installed all the required drivers as it installed itself.
(and triggered the software update to install the latest Vulkan drivers)
Im a OpenSUSE user so Im not sure is my solution helps to Ubuntu but I solved it by installing package called “Mesa-vulkan-overlay”. It were containing libvulkan_intel libvulkan_lvp libvulkan_radeon Mesa-vulkan-overlay packages too. Now no more Vulkan error
For me in Ubuntu 18.04 worked
1 install the ‘mesa-vulkan-drivers’ package
2 Go in your build folder (ex Build/Linux) and run the command ./UE4Editor -opengl4
Compiled from sources by this manual