How to get milliseconds data by using blueprint

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

115876-untitled.png

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?

It’s the delta seconds from Event Tick

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

Thank you! It work perfectly. This is the blueprint I created to test the millisecond counter.

1 Like