FNullDynamicRHI::RHIGetAvailableResolutions

FlushType: Thread safe.

Windows
MacOS
Linux

Override Hierarchy

FDynamicRHI::RHIGetAvailableResolutions()

FNullDynamicRHI::RHIGetAvailableResolutions()

References

Module

NullDrv

Header

/Engine/Source/Runtime/NullDrv/Public/NullRHI.h

Include

#include "NullRHI.h"

Syntax

virtual bool RHIGetAvailableResolutions
(
    FScreenResolutionArray & Resolutions,
    bool bIgnoreRefreshRate
)

Remarks

Retrieve available screen resolutions.

Returns

bool true if successfully filled the array

Parameters

Parameter

Description

Resolutions

TArray parameter that will be filled in.

bIgnoreRefreshRate

If true, ignore refresh rates.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss