UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FParsedWindowsDynamicRHIConfig Struct Reference

Public Member Functions

bool IsEmpty () const
 
bool IsRHISupported (EWindowsRHI InWindowsRHI) const
 
TOptional< ERHIFeatureLevel::TypeGetHighestSupportedFeatureLevel (EWindowsRHI InWindowsRHI) const
 
TOptional< ERHIFeatureLevel::TypeGetNextHighestTargetedFeatureLevel (EWindowsRHI InWindowsRHI, ERHIFeatureLevel::Type InFeatureLevel) const
 
bool IsFeatureLevelTargeted (EWindowsRHI InWindowsRHI, ERHIFeatureLevel::Type InFeatureLevel) const
 
TOptional< EWindowsRHIGetFirstRHIWithFeatureLevelSupport (ERHIFeatureLevel::Type InFeatureLevel) const
 
void MergeConfig (EWindowsRHI InWindowsRHI, const FWindowsRHIConfig &Other)
 

Public Attributes

TOptional< EWindowsRHIDefaultRHI {}
 
TStaticArray< FWindowsRHIConfig, EWindowsRHICount > RHIConfigs
 

Member Function Documentation

◆ GetFirstRHIWithFeatureLevelSupport()

TOptional< EWindowsRHI > FParsedWindowsDynamicRHIConfig::GetFirstRHIWithFeatureLevelSupport ( ERHIFeatureLevel::Type  InFeatureLevel) const

◆ GetHighestSupportedFeatureLevel()

TOptional< ERHIFeatureLevel::Type > FParsedWindowsDynamicRHIConfig::GetHighestSupportedFeatureLevel ( EWindowsRHI  InWindowsRHI) const

◆ GetNextHighestTargetedFeatureLevel()

TOptional< ERHIFeatureLevel::Type > FParsedWindowsDynamicRHIConfig::GetNextHighestTargetedFeatureLevel ( EWindowsRHI  InWindowsRHI,
ERHIFeatureLevel::Type  InFeatureLevel 
) const

◆ IsEmpty()

bool FParsedWindowsDynamicRHIConfig::IsEmpty ( ) const

◆ IsFeatureLevelTargeted()

bool FParsedWindowsDynamicRHIConfig::IsFeatureLevelTargeted ( EWindowsRHI  InWindowsRHI,
ERHIFeatureLevel::Type  InFeatureLevel 
) const

◆ IsRHISupported()

bool FParsedWindowsDynamicRHIConfig::IsRHISupported ( EWindowsRHI  InWindowsRHI) const

◆ MergeConfig()

void FParsedWindowsDynamicRHIConfig::MergeConfig ( EWindowsRHI  InWindowsRHI,
const FWindowsRHIConfig Other 
)

Member Data Documentation

◆ DefaultRHI

TOptional<EWindowsRHI> FParsedWindowsDynamicRHIConfig::DefaultRHI {}

◆ RHIConfigs

TStaticArray<FWindowsRHIConfig, EWindowsRHICount> FParsedWindowsDynamicRHIConfig::RHIConfigs

The documentation for this struct was generated from the following file: