UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
FRHIGlobals::FGpuInfo Struct Reference

#include <RHIGlobals.h>

Public Attributes

FString AdapterName
 
FString AdapterInternalDriverVersion
 
FString AdapterUserDriverVersion
 
FString AdapterDriverDate
 
bool AdapterDriverOnDenyList = false
 
uint32 DeviceId = 0
 
uint32 DeviceRevision = 0
 
bool IsAMDPreGCNArchitecture = false
 
uint32 VendorId = 0
 

Member Data Documentation

◆ AdapterDriverDate

FString FRHIGlobals::FGpuInfo::AdapterDriverDate

◆ AdapterDriverOnDenyList

bool FRHIGlobals::FGpuInfo::AdapterDriverOnDenyList = false

◆ AdapterInternalDriverVersion

FString FRHIGlobals::FGpuInfo::AdapterInternalDriverVersion

◆ AdapterName

FString FRHIGlobals::FGpuInfo::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"

◆ AdapterUserDriverVersion

FString FRHIGlobals::FGpuInfo::AdapterUserDriverVersion

◆ DeviceId

uint32 FRHIGlobals::FGpuInfo::DeviceId = 0

◆ DeviceRevision

uint32 FRHIGlobals::FGpuInfo::DeviceRevision = 0

◆ IsAMDPreGCNArchitecture

bool FRHIGlobals::FGpuInfo::IsAMDPreGCNArchitecture = false

true if the GPU is AMD's Pre-GCN architecture

◆ VendorId

uint32 FRHIGlobals::FGpuInfo::VendorId = 0

The documentation for this struct was generated from the following file: