Viewing Unreal4/Game Statistics

Is there a way to view game statistics ?
I’m looking for something that tells me:
Number of Textures and the amount of memory being used for them
Number of Objects
Bottlenecks and Stress Areas

Also, is there a console emulating setup… Meaning, say I wanted to build for a ps4/Xbox minimum. How do I setup unreal to emulate that instead of the powerful PC I have?

Thanks all :slight_smile:

Yes, you can display statistics in the editor: https://docs.unrealengine.com/latest/INT/Engine/UI/LevelEditor/Viewports/ViewportOptions/index.html
Check “Show Stats” and then select what you want to see from the “Stats” submenu.

Sweet! Thanks