question

anilsorgit6060 avatar image
anilsorgit6060 asked

Two-way friend confirmation with Unreal Engine

I can't use cloud script! Help please.

unrealFriends
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 basic use of ExecuteCloudScript API is like any other APIs in Blueprint. In terms of Function Parameter object, which will require a PlayFab JSON object, you will need to define it separately. For example, I have defined one named “Player Data Obj”:

Here is the API usage:


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.

Seth Du avatar image Seth Du ♦ commented ·

Before this API is called, you will need to set data for “Player Data Obj”:

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.