There is any way to get the ms data in blueprint from “stat FPS” command?

There is any way to get the ms data in blueprint from “stat FPS” command?

It’s the delta seconds from Event Tick
If I’m not mistaken we can only get the FPS from Event Tick delta seconds, just like the pic I included. Can you clarify on how to use it to get ms?
I’ll have access to editor in 3 hours, i’ll look in to it then, but I’m sure it’s possible to get ms from delta seconds.
multiply delta seconds by 1000, you’ll get ms