question

ramankar avatar image
ramankar asked

Save player score on playfab server and fetch it on Blueprints in unreal engine

Hello,I want to save my player score data on a dedicated playfab server or a local server and fetch it's details on playfab leaderboard using blueprints . Can you please share any documentation particularly in blueprints to do the above process .

Leaderboards and StatisticsunrealCustom Game Servers
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

·
Gosen Gao avatar image
Gosen Gao answered

If you mean you want to update a statistic for a player on a server, you can call API Player Data Management - Update Player Statistics. And to get the Leaderboard based on that statistic, you can call API Player Data Management - Get Leaderboard. And you can refer to Calling PlayFab from Unreal Blueprints to know how to make API calls.

10 |1200

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

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.