Google Play Leaderboard write time value

Hello,

I try to write a time value inside a PlayStore Leaderboard my time value is a float (of course) and the expected value for the BP function ‘Write Leaderboard Integer’ waits an integer (of course too). The leaderboard (on the PlayStore) is configured to receive a time value.

So my quastion is: how can I manage to insert a time value inside my leaderboard.

Cheers.

Convert the time value to an integer.

This is what I did with the Truncate node but the result in my leaderboard is always 0.

Was your time value below 1.0? If so it would return 0.

In general the values are around 4.0 - 5.0 :frowning: