I’m trying to create a small benchmark-like application and would like to access the profiler and it’s data or the debug data shown by the stat-commands at runtime preferably through some variables or outputted data files.
Dont know if you found this out, but check out the Engine\Source\Runtime\Core\Public\Stats\Stats.h file. As of 4.12 it has a nice tutorial in there. Not sure about other versions.