question

Terry Evans avatar image
Terry Evans asked

2 items updated events per UpdateInventoryItems call?

Just curious why there are two seemingly identical events showing up in the playstream log each time I make a call. I've verified I'm only making one call in my code. Using PlayFab plugin SDK for Unreal.

Calling: GetPlayFabEconomyAPI()->UpdateInventoryItems(...)

5787-bwmqccu.png

sdks
bwmqccu.png (13.7 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

“Item updated” events are generated when you add new Key/Value pairs or edit existing Key/Value pairs in DisplayProperties. If you do both in one request, two Items updated events will be generated.

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.

Terry Evans avatar image Terry Evans commented ·

Yes, I am doing that. Thanks!

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.