FBlackListEntry

One entry in the Hardware.ini file

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformDriver.h

Include

#include "GenericPlatform/GenericPlatformDriver.h"

Syntax

struct FBlackListEntry

Remarks

One entry in the Hardware.ini file

Variables

Name Description

Public variable

FString

 

DriverDateString

Optional, e.g. "<=MM-DD-YYYY"

Public variable

FString

 

DriverVersionString

Optional, e.g. "<=223.112.21.1", might includes comparison operators, later even things multiple ">12.22 <=12.44"

Public variable

FString

 

Reason

Required

Public variable

FString

 

RHIName

Optional, e.g. "D3D11", "D3D12"

Functions

Name Description

Public function Const

bool

 

IsLatestBlacklisted()

Returns true if the latest version of the driver is blacklisted by this entry, i.e. the comparison op is > or >=.

Public function Const

bool

 

IsValid()

Public function

void

 

LoadFromINIString

(
    const TCHAR* In
)

Public function Const

bool

 

Test

(
    const FGPUDriverInfo& Info
)

Test if the given driver version is mentioned in the this blacklist entry

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