I have a question about built-in api information.

 

I want to bring information through Script to check performance such as GPU, CPU, and FPS that appear in the processorload window. Is there a built-in reveal api available in the current latest version?

   Basictech

 
Profile Image
Eifert@Aximmetry
  -  

Hi,

We don't have a module or API that can access the values in the processorload window. If you want, I can add this to our request list if you can tell a little bit more about how would you use such data.

Note, you can actually calculate the current frame rate with the following modules:

The Vector History module is set by default to one second, so the above logic will give you the average frame rate in the last second. The Delay module needs to be set to Frames On and Delay to 1 (1 frame delay).

This won't give you a 100% accurate value, but it should be accurate enough for most use cases.

Warmest regards,