I'm trying to implement Playfab to Unreal. Everything seems fine except getting player data; it returns only the keys without the values.
What might be the cause of this, how can I fix it?
Answer by SethDu · Jul 28, 2021 at 07:26 AM
Usually, the client should have known the keys returned from Get User Data API calls, If you want iterate “Data” object, please refer to my blueprint on print out key and value.