#FPS Counter On HUD UI

1 messages · Page 1 of 1 (latest)

mint gust
#

I want a fps counter that is accurate and says your fps on a hud ui real-time how do I do this

mild atlas
#

Event Receiver: Update:

1 / Delta Time = FPS

#

“1” Divided by “Delta Time”

Delta time is the blue port on the event receiver that shows up after configuring it and choosing “Update” for the event

mint gust
#

Why divide by 1 it's the same number

#

@mild atlas

mild atlas
#

Don’t divide by 1, do 1 divide by delta time

mint gust
#

Oh

mint gust
mild atlas
#

Yeah, use To String if you want it to be a string

#

That way it can go into text and stuff

mint gust
#

But won't it be a decimal

mild atlas
#

You can round it or use “float to int”

mint gust
#

Ok and is that my fps or is it different for everyone

mild atlas
#

It’s different for every player