UE4.22 - How to hide FPS counter from New Editor Window PIE?

Hi, i created a new level, it has nothing, but FPS counter always appears when i play on new window PIE, even if this option is unchecked form viewport options (Show FPS), so i try to hide by pressing Ctrl + Shift + H but nothing happens, this fps counter sometimes appears in red color and sometimes in Green color.

How can i hidethe fps counter from PIE?

@RoccoFX Have you tried turning it off in the console ( `stat fps )?

What i did is use: DisableAllScreenMessages

The problema is that once i execute this command inside a BP, it never restores, so i have to go again and write: enableAllScreenMessages, since i´m not that used to to use console in-game…. because of fear…… LOL