Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FDynamicRHI
Description
Retrieve available screen resolutions for the display.
| Name | RHIGetAvailableResolutionsForDisplay |
| Type | function |
| Header File | /Engine/Source/Runtime/RHI/Public/DynamicRHI.h |
| Include Path | #include "DynamicRHI.h" |
virtual bool RHIGetAvailableResolutionsForDisplay
(
FScreenResolutionArray & Resolutions,
bool bIgnoreRefreshRate,
void * NativeMonitorHandle
)
bool true if successfully filled the array
Parameters
| Name | Remarks |
|---|---|
| Resolutions | TArray |
| bIgnoreRefreshRate | If true, ignore refresh rates. |
| NativeMonitorHandle | Platform-specific handle for the monitor. |