question

cs-nemesis avatar image
cs-nemesis asked

Save data in Playfab instead of SaveGame

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

Player DataCharacter Data
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
brendan avatar image
brendan answered

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.

1 comment
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

pfnathan avatar image pfnathan ♦ commented ·

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

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.