Hi,
I would like to have a Leaderboard (with Persistance), which shows the list of the players since start. My map is an escape game, and the infos i want persist, are if they “finish” Room1, Room2, etc…
Actually, it has simply the “Exemple Text”…. :’(
I used the code which can be find here : Persistent Player Statistics in Unreal Editor for Fortnite | Fortnite Documentation | Epic Developer Community
My questions :
- Can I have my function which update all the infos in this “player_stats_manager := class():” ?
- “InitializePlayer” is a special function, that launch at start ?
- How can I put a function that can show what i want … the list of the players and the scores.
For the moment, I cannot just display player name … (I start Verse…)
I have my billboard, which show scores with the other verse (player_stats_example := class(creative_device): )
But … in the player_stats_manager, when i try to do the same (and transform to a class(creative_device): ), it doesn’t work… I put the device insise , a print appears, but the device does nothing… I chose it in the Details.
I think I’m totally lost…
So could you help me to have a very simple example to :
- Just print the display name at start …. only that plz
- If you want, a second example to put it in the billboard (and in a “Print” too)
Sorry, maybe it’s simple …
Thx a lot… 3hours I just want to print my name when join :’( :’(