I need to access GPU Utilization during runtime for a benchmarking feature in a pc game. Unreal Engine does have a ‘GetGpuUtilization’ function but it’s only accessible when you have an Oculus VR headset attached.
I need C++ code I can add to a Blueprint Function Library I am working on that will somehow report back the GPU Utilization on tick for a non-VR pc game.