When will VulkanRHI be updated to return screen resolutions?

I have found this in VulkanRHI.cpp:

    bool FVulkanDynamicRHI::RHIGetAvailableResolutions(FScreenResolutionArray& Resolutions, bool bIgnoreRefreshRate)
    {
    	return false;
    }

When will this function be updated to return screen resolutions?

1 Like