#FPS Counter On HUD UI
1 messages · Page 1 of 1 (latest)
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
So I take event receiver update and take the Delta time divided by 1 and that's my fps?
Why divide by 1 it's the same number
@mild atlas
Don’t divide by 1, do 1 divide by delta time
Oh
Then wire that up to the value I want to display the frames on?
Yeah, use To String if you want it to be a string
That way it can go into text and stuff
But won't it be a decimal
You can round it or use “float to int”
Ok and is that my fps or is it different for everyone
It’s different for every player