Skip to main content

r.WarnOfBadDrivers

Var

Unreal Engine Var console variable.

rWarnOfBadDrivers

Description

On engine startup we can check the current GPU driver and warn the user about issues and suggest a specific versioThe test is fast so this should not cost any performance 0: of 1: a message on startup might appear (default 2: Simulating the system has a NVIDIA driver on the deny list (UI should appear 3: Simulating the system has a AMD driver on the deny list (UI should appear 4: Simulating the system has an allowed AMD driver (no UI should appear 5: Simulating the system has a Intel driver (no UI should appear)

Usage

r.WarnOfBadDrivers [value]

Set via the console (~) or in DefaultEngine.ini / DefaultGame.ini.