question

saahil avatar image
saahil asked

Setting player data through ue4 blueprints

hello im new to using playfab and i could get as far as getting data from the userdata but im having an issue writing over this data using ue4 blueprints, i went through another question asked here before to set this up [The Question]

i even tried to set this weapondata json value where i was getting data, im not sure how to actually even write over player data :/

Player DataTitle DatadataPlayer InventoryCharacter Data
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

Would you share your blueprint with blueprintUE | PasteBin For Unreal Engine 4 so that I can look into it?

2 comments
10 |1200

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

saahil avatar image saahil commented ·

so i kinda did find my way around it but im not sure if this is how its to be done--
{ The way around it}

0 Likes 0 ·
Seth Du avatar image Seth Du ♦ saahil commented ·

It looks fine to me. I would also create a specific function that can construct Property data, which only requires key and value in the input. It makes the Blueprint look simple and clear.

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.