FGPUDriverInfo

Video driver details

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/GenericPlatform/GenericPlatformDriver.h

Include

#include "GenericPlatform/GenericPlatformDriver.h"

Syntax

struct FGPUDriverInfo

Remarks

Video driver details

Variables

Name Description

Public variable

FString

 

DeviceDescription

E.g. "NVIDIA GeForce GTX 680" or "AMD Radeon R9 200 / HD 7900 Series"

Public variable

FString

 

DriverDate

E.g. 3-13-2015

Public variable

FString

 

InternalDriverVersion

E.g.

Public variable

FString

 

ProviderName

E.g. "NVIDIA" or "Advanced Micro Devices, Inc."

Public variable

FString

 

RHIName

E.g. D3D11, D3D12

Public variable

FString

 

UserDriverVersion

E.g.

Public variable

uint32

 

VendorId

DirectX VendorId, 0 if not set, use functions below to set/get.

Constructors

Name Description

Public function

FGPUDriverInfo()

Functions

Name Description

Public function Const

FString

 

GetUnifiedDriverVersion()

Public function Const

bool

 

IsAMD()

Get VendorId

Public function Const

bool

 

IsIntel()

Get VendorId

Public function Const

bool

 

IsNVIDIA()

Get VendorId

Public function Const

bool

 

IsValid()

Public function

void

 

SetAMD()

Set VendorId

Public function

void

 

SetIntel()

Set VendorId

Public function

void

 

SetNVIDIA()

Set VendorId

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss