Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/GenericPlatform
Inheritance Hierarchy
- FDriverConfigEntryConstraints
- FDriverDenyListEntry
- FSuggestedDriverEntry
References
| Module | Core |
| Header | /Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformDriver.h |
| Include | #include "GenericPlatform/GenericPlatformDriver.h" |
Syntax
struct FDriverConfigEntryConstraints
Remarks
Represents an optional set of constraints that a driver configuration entry can include:
- The RHI being used (e.g. "D3D12" will result in the entry to be considered only when running in D3D12).
- The adapter name, using a regular expression (e.g. ".*RTX.*" will result in the entry to be considered only for cards that contain the string "RTX").
Variables
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FRegexPattern > | AdapterNameRegexConstraint | ||
| TOptional< FString > | RHINameConstraint |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDriverConfigEntryConstraints
(
const TCHAR* Entry |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AreConstraintsSatisfied
(
const FGPUDriverInfo& Info, |
||
| bool |