Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform
Inheritance Hierarchy
- FDriverConfigEntryConstraints
- FSuggestedDriverEntry
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformDriver.h |
| Include | #include "GenericPlatform/GenericPlatformDriver.h" |
Syntax
struct FSuggestedDriverEntry : public FDriverConfigEntryConstraints
Remarks
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).
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | SuggestedDriverVersion |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FSuggestedDriverEntry
(
const TCHAR* Entry |
Functions
| Type | Name | Description | |
|---|---|---|---|
| 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. | |
| bool | IsValid () |