How to make the tracker device remember the player's progress?

I’m trying track a player’s lifetime eliminations on my island. I do understand that this is possible with “save point” device and “tracker” device, but how do I make sure that the tracker remembers the progress of the player even if the leave the island and join again (for example, if the player gets 5 elims and left the island… when they rejoin again their tracker progression should be remembered as 5)

Somewhere deep in abyss of the Epic codebase, they register a unique ID with each player. The Tracker will grab the player ID, retrieve the tracked stat value, and all will be well. Just be sure to check ‘Use Persistence’.

1 Like