I am currently developing an online game, and I am trying to make the name tag system. I have a name tag widget on top of the player character, and I want it to set the text to the Player’s Display Name through PlayFab. How can I do that via Blueprint?
You will need to get the api data from playfab (Account Management - Get User Account Info - REST API (PlayFab Admin) | Microsoft Learn)
Double check if there already a plugin playfab on unreal plugins inbuilt or otherwise a plugin that manage api request like VaRest(in bp).