Get the Current Video Card Name

I think that I’m going something wrong.

I’ve included #include "GenericPlatform/GenericPlatformDriver.h" in the hader of my function library but I’m unable to declare function that returns the FGPUDriverInfo struct to get any of the information. I think that the struct is in a different namespace.

I managed to get this working, but it returns “unknown”. :frowning:

FString test;
FPlatformMisc::GetGPUDriverInfo(test);
return test;

Am I doing something wrong?