Hi
I want to save Data for the player like ( Gold, Level, XP) in the Playfab instead of in local SaveGame
If possible explain it in BluePrint
and thanks
Answer by Brendan · Feb 12, 2018 at 05:04 PM
For virtual currencies, we have a complete economy system you can use: https://api.playfab.com/docs/tutorials/landing-commerce/.
For purely numeric values that aren't currencies, we would generally recommend using statistics: https://api.playfab.com/docs/tutorials/landing-players/player-statistics.
For other player data, we have a few forms of player data you can use, depending on the requirements: https://api.playfab.com/docs/tutorials/landing-players/using-player-data.
Also here;
https://api.playfab.com/documentation/client/method/UpdateUserData
And set up the blueprint much like any other PlayFab API blueprint, such as the ones in the
https://api.playfab.com/docs/getting-started/unreal-blueprints-getting-started
PlayStream and updating internal user data 1 Answer
Modifying PlayFab user's game currency with PHP?,Modifying player info via PHP? 1 Answer
How to revoke player inventory item from the console and automatically update the player data 1 Answer
Change other players leaderboard stat 1 Answer
We are having title_exceeded_limit warning, how do we focus on the calls causing it? 1 Answer