question

Mohamed Nour Abdelsadek avatar image
Mohamed Nour Abdelsadek asked

Getting User Data in Unreal Engine C++

Hello, I have an issue when i am trying to make an request to get user data from playfab, it gives me compiler error:

static_assert failed: 'Attempting to bind a delegate with a const object pointer and non-const member function.'

Here's the code, and the warning. 6076-123.png

6063-1234.png

unreal
123.png (130.9 KiB)
1234.png (42.5 KiB)
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

Here is the Quickstart: PlayFab client library for Unreal Engine, you can refer to OnSuccess function to define your OnDataRetrieved function.

10 |1200

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