Navigation
API > API/Runtime > API/Runtime/VulkanRHI > API/Runtime/VulkanRHI/FVulkanDynamicRHI
- FDynamicRHI::RHIGetAvailableResolutions()
- FVulkanDynamicRHI::RHIGetAvailableResolutions()
References
Module | VulkanRHI |
Header | /Engine/Source/Runtime/VulkanRHI/Public/VulkanDynamicRHI.h |
Include | #include "VulkanDynamicRHI.h" |
Source | /Engine/Source/Runtime/VulkanRHI/Private/VulkanRHI.cpp |
virtual bool RHIGetAvailableResolutions
&40;
FScreenResolutionArray & Resolutions,
bool bIgnoreRefreshRate
&41;
Remarks
Retrieve available screen resolutions. bool true if successfully filled the array
Parameters
Name | Description |
---|---|
Resolutions | TArray |
bIgnoreRefreshRate | If true, ignore refresh rates. |