Navigation
API > API/Runtime > API/Runtime/Core
This corresponds to one SuggestedDriverVersion entry in the Hardware.ini configuration file. One entry includes:
- The suggested driver version.
- A set of optional constraints (see FDriverConfigEntryConstraints).
| Name | FSuggestedDriverEntry |
| Type | struct |
| Header File | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformDriver.h |
| Include Path | #include "GenericPlatform/GenericPlatformDriver.h" |
Syntax
struct FSuggestedDriverEntry : public FDriverConfigEntryConstraints
Inheritance Hierarchy
- FDriverConfigEntryConstraints → FSuggestedDriverEntry
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| GenericPlatform/GenericPlatformDriver.h | |||
FSuggestedDriverEntry
(
const TCHAR* Entry |
GenericPlatform/GenericPlatformDriver.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| SuggestedDriverVersion | FString | GenericPlatform/GenericPlatformDriver.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
bool AppliesToDriver
(
const FGPUDriverInfo& Info, |
Checks whether this entry applies to the given driver info, and also returns the number of constraints that have been satisfied in OutNumSatisfiedConstraints. | GenericPlatform/GenericPlatformDriver.h | |
bool IsValid() |
GenericPlatform/GenericPlatformDriver.h |