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