I’m working with the Steamcore plugin for uploading leader board times. The score itself has to be an integer, however I can’t figure out how to get the time from a timespan and convert it to an int and keep the same format.
Here is an example of the blueprint I’m working with:
By using these two additional nodes I was able to get the milliseconds to display in the final score board, but the formatting is incorrect.
So my end goal right now is to get the time displayed in the leader board (left) to match the time I have set locally (right). Because the node I’m working with only accepts Integers as an input, I’m not sure how to format it correctly.
Any help would be appreciated!