Navigation
API > API/Runtime > API/Runtime/Core
| Name | FGPUDriverHelper |
| Type | class |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformDriver.h |
| Include Path | #include "GenericPlatform/GenericPlatformDriver.h" |
Syntax
class FGPUDriverHelper
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGPUDriverHelper
(
const FGPUDriverInfo& InDriverInfo |
GenericPlatform/GenericPlatformDriver.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| DriverInfo | FGPUDriverInfo | GenericPlatform/GenericPlatformDriver.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TOptional< FDriverDenyListEntry > FindDriverDenyListEntry() |
Finds the best driver denylist entry that matches the current driver and configuration, if it exists. | GenericPlatform/GenericPlatformDriver.h | |
TOptional< FSuggestedDriverEntry > FindSuggestedDriverVersion() |
Returns the best suggested driver version that matches the current configuration, if it exists. | GenericPlatform/GenericPlatformDriver.h |