Si there a way to access non cycle counter stats in Blueprint?

I’m making a Blueprint tool to take and export to an excel sheet snapshots of performance statistics.

While I can access all the cycle counter stats using the “Get Stat Call Count” and the “Get Stat Inc/Exc Max/Average” nodes and return their value, I can’t seem to access other type of stats like counters and memory counters (which actually contain all the most important stats I want to be able to take a snapshot of).

Is there any blueprint node that does just that or would I need to involve a programmer to code me a set of custom nodes?