question

jie yuan avatar image
jie yuan asked

How to use blueprint nodes of push notification in UE4 ?

have downloaded playfab marketplace plugin to UE4.23, but don't kown how to use blueprint nodes of push notification, do you have and document for this?

Push Notifications
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

·
Seth Du avatar image
Seth Du answered

The “Send Push Notification”node requires an array of PlayFab JSON Object in the request, which needs to be defined on your own. The variable type of PlayFab JSON Object is defined in PlayFab SDK (MarketPlace plugin), so that you will need to create an array.

You may refer to my previous answer in this thread: Party matchmaking (steam and unreal) and best practices. - Playfab Community.

We have also provided official samples on GitHub: PlayFab/UnrealMarketplacePlugin: Source code for the PlayFab Marketplace Plugin for Unreal (github.com)

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.