Navigation
API > API/Runtime > API/Runtime/RHI > API/Runtime/RHI/FRHIGlobals
References
| Module | RHI |
| Header | /Engine/Source/Runtime/RHI/Public/RHIGlobals.h |
| Include | #include "RHIGlobals.h" |
Syntax
struct FGpuInfo
Variables
| Type | Name | Description | |
|---|---|---|---|
| FString | AdapterDriverDate | ||
| bool | AdapterDriverOnDenyList | ||
| FString | AdapterInternalDriverVersion | ||
| FString | AdapterName | Only set if RHI has the information (after init of the RHI and only if RHI has that information, never changes after that) e.g. "NVIDIA GeForce GTX 670" | |
| FString | AdapterUserDriverVersion | ||
| uint32 | DeviceId | ||
| uint32 | DeviceRevision | ||
| bool | IsAMDPreGCNArchitecture | True if the GPU is AMD's Pre-GCN architecture | |
| uint32 | VendorId | 0 means not defined yet, use functions like IsRHIDeviceAMD() to access |