question

Vladimir Khanin avatar image
Vladimir Khanin asked

Unreal Engine Error: Cannot find class '', to resolve delegate 'FPlayFabCppError'

Why this code every time call next error: Cannot find class '', to resolve delegate 'FPlayFabCppError'.

UFUNCTION()
void PlayFabError(const PlayFab::FPlayFabCppError& ErrorResult) const;

I put in build.cs "PlayFab", "PlayFabCpp", "PlayFabCommon", but it not helped for me(

unreal
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.

Citrus Yan avatar image Citrus Yan commented ·

Can you provide some repro steps and the associated code for us to investigate? Thanks.

0 Likes 0 ·

1 Answer

·
Vladimir Khanin avatar image
Vladimir Khanin answered

I solve this problem, thanks)

In UE4 when you want to call dispatcher function you must wrote UFUNCTION()

With Playfab, when you write UFUNCTION() it mark as error: "Cannot find class '', to resolve delegate 'FPlayFabCppError'."

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.

Citrus Yan avatar image Citrus Yan commented ·

Glad to hear that:)

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.