How do I get the GPU performance UI?

It was mentioned in the stream that you could use “Ctrl + Shift + period” to capture the scene performance for a single frame. I tried this in my game, but all it did was pause for a brief moment and then resumed the game. When I stopped the game, I had no performance window pop ups. What am I missing?

No it’s Ctrl + Shift + Comma…If I said period on the stream I apologize, I meant comma. Here is a doc were you can read some more about how to profile.

You could also run the console command “profilegpu” in a Blueprint and assign it to a custom button…like this:

profilegpu.png